Installation
From GitHub Releases (recommended)
Download the latest binary for your platform:
curl -fsSL https://raw.githubusercontent.com/ojuschugh1/ghostdep/main/install.sh | sh
This detects your OS and architecture, downloads the right binary, and installs it to /usr/local/bin.
From source
If you have Rust installed:
cargo install --path .
Or clone and build:
git clone https://github.com/ojuschugh1/ghostdep
cd ghostdep
cargo build --release
# binary is at ./target/release/ghostdep
Supported platforms
| OS | Architecture | Binary |
|---|---|---|
| Linux | x86_64 | ghostdep-linux-amd64 |
| Linux | aarch64 | ghostdep-linux-arm64 |
| macOS | x86_64 | ghostdep-darwin-amd64 |
| macOS | Apple Silicon | ghostdep-darwin-arm64 |
| Windows | x86_64 | ghostdep-windows-amd64.exe |
Verify installation
ghostdep --version