Installation¶
This guide covers all methods to install grite on your system.
Quick Install (Recommended)¶
The fastest way to install grite:
This downloads the pre-built binary for your platform and installs to ~/.local/bin/.
Package Managers¶
From Source¶
Build from source for the latest development version:
This requires:
- Rust 1.75+
- nng library (see prerequisites below)
Prerequisites¶
Git¶
Grite requires Git 2.38 or later. Check your version:
nng Library¶
The nng (nanomsg-next-gen) library is required for inter-process communication between the CLI and daemon.
Verifying Installation¶
After installation, verify grite is working:
You should see output like:
Updating¶
To update grite to the latest version:
Uninstalling¶
Next Steps¶
Now that grite is installed, head to Quick Start to create your first issue.