Skip to content

Vibecode Cleaner Fartrun v3.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 08:08
· 2 commits to master since this release

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.txt

Install 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 ../..