← Back
🧰

Binturong

Developer Tool

Binturong packages local developer tools into a fast desktop app with a Tauri 2 + Rust core, a React + TypeScript frontend, Tailwind styling, and cross-platform release automation.

Screenshots
Tool Grid
Command Runner
Benchmarks
Releases

Development

Install with `npm install`. Use `npm run tauri dev` for the desktop app, `npm run dev` for the frontend only, and `npm run build` for frontend assets.

Release & Distribution

Installer builds are handled by `.github/workflows/build-installers.yml`. Pushing a `v*` tag builds macOS, Windows, and Linux installers and publishes them to the matching GitHub Release. Manual `workflow_dispatch` is also supported, and package manager manifests live under `packaging/` for Homebrew, Winget, Snap, and Flatpak. Builds are unsigned by default until Apple signing secrets are configured.

Validation

`.github/workflows/ci-test-matrix.yml` runs frontend, policy, Rust, and performance checks. Release-candidate QA is available through `.github/workflows/release-candidate-qa.yml` or `./scripts/release_candidate_qa.sh`. Additional validation scripts cover privacy/security, dependency and license audits, and release-mode benchmarks, with reports written under `docs/`.

License

This software is provided under the MIT License. You are free to use, modify, and distribute it. See the full license text in the repository.

Privacy Policy

We collect no personal data. Analytics, if any, are fully anonymous and aggregated. Your data stays yours.

Terms of Use

Use at your own risk. We do our best to ship stable software, but make no warranties. If something breaks, file a bug — we'll fix it.