-
Notifications
You must be signed in to change notification settings - Fork 1
installation
Niladri Das edited this page Aug 19, 2025
·
1 revision
- Rust 1.70.0 or later
- Cargo (Rust's package manager)
- Internet connection for downloading dependencies
-
Clone the repository:
git clone https://github.com/yourusername/harper.git cd harper -
Build the project:
cargo build --release
-
(Optional) Install globally:
cargo install --path .
cargo install harper-aiRun the following command to verify the installation:
harper --version- 4GB RAM
- 1GB free disk space
- Stable internet connection
- Linux (x86_64, aarch64)
- macOS (Intel, Apple Silicon)
- Windows (x86_64, WSL2 recommended)
To update an existing installation:
cd /path/to/harper
git pull
cargo build --releaseTo remove Harper:
cargo uninstall harper
# Remove configuration files if needed
rm -rf ~/.config/harper