| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ACFS v0.1.0 - Initial Release source code.tar.gz | 2026-01-03 | 2.3 MB | |
| ACFS v0.1.0 - Initial Release source code.zip | 2026-01-03 | 2.6 MB | |
| README.md | 2026-01-03 | 1.6 kB | |
| Totals: 3 Items | 4.9 MB | 0 | |
ACFS v0.1.0 - Initial Release
The first public release of the Agentic Coding Flywheel Setup (ACFS) installer.
What is ACFS?
ACFS is a comprehensive installer for setting up an AI-powered development environment. It provides:
- Three-tier agent system: Claude Code, Codex CLI, and Gemini CLI
- Named tmux manager (NTM): Agent cockpit for managing coding sessions
- Unified session search (CASS): Search across all agent session history
- Procedural memory (CM): Agent memory system for persistent context
- Auth switching (CAAM): Instant switching between different API keys
- Security guardrails (SLB): Two-person rule for dangerous commands
- Interactive onboarding: Tutorial to get started quickly
- Self-healing
acfs doctor: Diagnose and fix issues automatically
Installation
:::bash
curl -fsSL https://agent-flywheel.com/install | bash
Recent Fixes
- CASS wrapper installation: Fixed detection of when the CASS robot compatibility wrapper needs to be installed (#25)
- CI workflow stability: Fixed stderr corruption issues in checksum verification workflows
- Checksum verification: Comprehensive E2E tests for the security checksum system
- Doctor improvements: Added fix messages and headless authentication hints
Requirements
- Ubuntu 24.04 or 25.04 (fresh install recommended)
- At least 20GB free disk space
- Internet connection for downloading tools
Documentation
See the README for full documentation.
š¤ Generated with Claude Code