| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| apra-fleet-installer-darwin-arm64 | 2026-05-06 | 115.1 MB | |
| apra-fleet-installer-linux-x64 | 2026-05-06 | 127.1 MB | |
| apra-fleet-installer-win-x64.exe | 2026-05-06 | 89.6 MB | |
| apra-fleet-v0.1.9.0_227c99.tar.gz | 2026-05-06 | 288.5 kB | |
| README.md | 2026-05-06 | 1.9 kB | |
| v0.1.9.0 source code.tar.gz | 2026-05-06 | 548.5 kB | |
| v0.1.9.0 source code.zip | 2026-05-06 | 696.7 kB | |
| Totals: 7 Items | 333.3 MB | 0 | |
What's new
New features
apra-fleet uninstall— surgically removes MCP registration, permissions, hooks, statusLine, and skill directories. Supports--dry-run,--force,--yes,--llm <provider>, and--skill fleet|pm|all. Settings files are edited per-key — unrelated user config is preserved.- Beads task DB — PM now uses
bd(Beads CLI) for persistent task tracking across sessions. Installed alongside fleet. Runbd readyto see in-flight work.
Fixes
- Reject unknown CLI arguments with a clear error and help hint (#244)
- Exclude apra-fleet from Gemini child process MCP via allowlist (#243)
Docs
- README: uninstall command, self-update command, Beads mention
docs/features/uninstall.md— design notes for the uninstall commanddocs/features/update.md— design notes for the self-update commanddeploy.mdrollback section corrected (no .bak file is created; rollback via re-running old installer)GEMINI.md,AGENTS.md,CLAUDE.md— project context files aligned across all three providers
Upgrade
:::bash
apra-fleet update
What's Changed
- fix(gemini): exclude apra-fleet from child process MCP via allowlist by @kumaakh in https://github.com/Apra-Labs/apra-fleet/pull/243
- fix(cli): reject unknown arguments with error and help text by @kumaakh in https://github.com/Apra-Labs/apra-fleet/pull/244
- feat(beads): install bd CLI + PM/fleet Beads integration by @yashrajsapra in https://github.com/Apra-Labs/apra-fleet/pull/235
- feat(#245): uninstall command by @kumaakh in https://github.com/Apra-Labs/apra-fleet/pull/250
- chore: post-245 cleanup + README uninstall docs by @kumaakh in https://github.com/Apra-Labs/apra-fleet/pull/251
New Contributors
- @yashrajsapra made their first contribution in https://github.com/Apra-Labs/apra-fleet/pull/235
Full Changelog: https://github.com/Apra-Labs/apra-fleet/compare/v0.1.8.2...v0.1.9.0