This Go script helps you reset the trial period of Navicat Premium by cleaning up license-related files and configurations. It supports Navicat versions 15, 16, and 17.
Features
Automatically detects the installed Navicat Premium version.
Cleans up trial-related plist and hidden folder files.
Simple and fast execution using Go's os/exec package.
Supports Navicat Premium 15, 16, and 17.
Prerequisites
Go installed on your system. You can download and install it from here.
A MacOS system (this script relies on MacOS-specific commands like defaults).
Installation
Option 1: Using go get
Clone the repository:
git clone https://github.com/ismailatak/navicat-premium-trial-reset-go.git
cd navicat-premium-trial-reset-go