Installation Guide
There are several ways to install noidea on your system. Choose the option that works best for you.
Quick Install (Recommended)
The fastest way to get started is with our one-line installer:
This script will:
- Download the latest noidea release
- Install it to /usr/local/bin
(might require sudo)
- Make it executable
Manual Installation
Option 1: Clone and Install
# Clone the repository
git clone https://github.com/AccursedGalaxy/noidea.git
cd noidea
# Run the installer script
./install.sh
Option 2: Download Binary
- Go to the Releases page
- Download the appropriate binary for your platform
- Make it executable:
chmod +x noidea
- Move it to your PATH:
sudo mv noidea /usr/local/bin/
Building from Source
If you prefer to build from source:
# Clone the repository
git clone https://github.com/AccursedGalaxy/noidea.git
cd noidea
# Build the binary
go build -o noidea
# Install to PATH
sudo mv noidea /usr/local/bin/
Verifying Installation
To verify that noidea is installed correctly:
This should display the version information.
Next Steps
After installation:
- Set up noidea in your repository
- Configure your API key for AI features
- Explore the available commands