Installation
Installation
Follow these steps to install SpecGate on your system.
Prerequisites
- Go 1.25 or later must be installed. Download it at go.dev.
makeis required to build the binary.
Step 1: Download the latest release
Download the latest pre-built binary for your system from the SpecGate releases page.
Alternatively, if you prefer to build from source:
git clone https://github.com/itsdeannat/specgate.git
cd specgate
make build Step 2: Verify installation
Run this command:
./specgate -vYou should see output similar to:
specgate version 1.1.1Step 3: Move the binary to your PATH (recommended)
mv specgate /usr/local/bin/This allows you to run specgate from any directory.
Depending on your system, this step may require sudo.
If you prefer not to modify your PATH, you can run the binary directly from its current location to verify installation:
./specgate -v