Quickstart¶
Learn how to install quickly get Feluda on your system and start running.
Quick start briefing¶
Feluda likes to set the scene before he inspects a repo, so walk through this short checklist after picking an installer below.
Install the binary so the detective is available on your
PATH.
# Using Cargo (Rust's package manager)
cargo install feluda
# Using Homebrew (macOS/Linux)
brew install feluda
Export a GitHub token if you expect large scans or private repositories.
Important
export GITHUB_TOKEN=<token>unlocks 5,000 GitHub API requests/hour and keeps Feluda from stalling mid-investigation.Run
feludainside your project directory, or add--path/--languageoptions if you want Feluda to focus on one workspace.
feluda
Ready for deeper filters, cache tips, and reporting workflows? Head to Feluda CLI and SBOM once installation is complete.
Badge Adoption¶
Every solved case deserves credit. Showcase Feluda coverage in your README:
[](https://github.com/anistark/feluda)
The badge links back to Feluda and can be automatically updated via the GitHub Action’s update-badge option.