Vibecode Cleaner Fartrun v3.1.2
Rust-powered code scanner for vibe-coded projects.
Not another AI checking AI. Zero tokens consumed.
Downloads
| Platform | File | Architecture |
|---|---|---|
| Linux | fartrun-linux-x64.tar.gz |
x86_64 |
| macOS | fartrun-macos-x64.zip |
Intel x64 |
| macOS | fartrun-macos-arm64.zip |
Apple Silicon (M1/M2/M3/M4) |
| Windows | fartrun-windows-x64.zip |
x86_64 |
Verify download
sha256sum -c SHA256SUMS.txtInstall via npx
npx fartrun@latest install
Build from source
git clone https://github.com/ChuprinaDaria/Vibecode-Cleaner-Fartrun.git
cd Vibecode-Cleaner-Fartrun
pip install -e ".[http]"
cd crates/health && maturin develop --release && cd ../..
cd crates/sentinel && maturin develop --release && cd ../..