Agent Flywheel: A Whole Agentic Coding Rig from One Command

⬅️ Back to Tools

Agent Flywheel: A Whole Agentic Coding Rig from One Command

What it isA one-command installer that turns a fresh Ubuntu or Arch VPS into a fully configured multi-agent coding environment
PlatformLinux server (Ubuntu 22.04+, auto-upgraded to 25.10; Arch/Omarchy supported)
PriceFree, open source (MIT); you pay for the AI subscriptions it wires up
Linkagent-flywheel.com · github.com/Dicklesworthstone/agentic_coding_flywheel_setup

Setting up an agentic coding environment means hours of installing shells, runtimes, CLIs, and agent configs by hand. Agent Flywheel, Jeffrey Emanuel’s ACFS, compresses that into one idempotent curl command: a fresh VPS comes back with zsh plus powerlevel10k, four language runtimes, cloud CLIs, three configured AI coding agents, and his complete ten-tool coordination stack.

  1. It is genuinely beginner-safe. The website walks through thirteen steps, from installing a terminal to generating SSH keys to renting a VPS, then the installed onboard command teaches Linux basics through agentic workflows, backed by a web Learning Hub of ten lessons and a glossary of over 100 terms.

  2. Two modes match two temperaments. Vibe mode sets up passwordless sudo and dangerous agent flags under aliases like cc and cod, built for throwaway servers where velocity is everything. Safe mode keeps confirmations on. The design assumption is explicit: this rig lives on a disposable box you rent for $40-56 a month, not your laptop.

  3. The installer respects interruptions. Progress is checkpointed in ~/.acfs/state.json, so a failed run resumes where it stopped instead of starting over. A preflight script checks OS version, RAM, disk, network reachability, and even held APT locks before anything runs.

  4. The stack is the real product. Agent Mail gives your agents identities, inboxes, and file reservations; Beads tracks tasks; bv picks the next task from the dependency graph; NTM orchestrates tmux sessions; UBS scans for bugs; CASS and CM handle memory; DCG blocks destructive commands like rm -rf. The flywheel loop is plan, coordinate, execute, scan, remember, repeat.

  5. The economics are stated honestly instead of hidden. Budget roughly $440-656 a month all-in: a 64GB VPS at $40-56, Claude Max at $200 (or $400 for two accounts), and ChatGPT Pro at $200 for planning work. The site’s own comparison: a junior developer costs $5,000-plus monthly, while 10+ agents need that 64GB because each eats around 2GB of RAM.

  6. The curl-pipe-bash risk gets actual engineering. Every upstream installer is SHA256-checksummed against a committed checksums.yaml, execution fails closed on mismatch, and multiple simultaneous failures are flagged as worth investigating rather than silently updated. The tool definitions live in one YAML manifest validated by Zod, which generates the category installers.

  7. Operations get first-class treatment. acfs info prints a system overview in under a second from cached state, acfs doctor runs health verification, acfs cheatsheet documents every alias installed, acfs newproj scaffolds projects with AGENTS.md, and acfs-update handles updates per category with dry-run support.

  8. Small touches reveal how much production use this has seen. One example: the installer raises Claude Code’s cleanupPeriodDays setting because Claude silently deletes session transcripts after 30 days by default, which would destroy history before the CASS search tool can index it. Honest limits: the Ubuntu upgrade chain can take hours with reboots, vibe mode is genuinely dangerous by design, and the AI subscriptions dominate the bill.

Install & first run

{ curl -fsSL "https://cdn.jsdelivr.net/gh/Dicklesworthstone/agentic_coding_flywheel_setup@main/install.sh" || curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/agentic_coding_flywheel_setup/main/install.sh"; } | bash -s -- --yes --mode vibe

That is the full-throttle version for a throwaway VPS; swap --mode safe for anything you care about. When it finishes:

acfs info && onboard

acfs info confirms what landed; onboard starts the interactive tutorial. Then run acfs services-setup to wire in API credentials for Claude, Codex, Antigravity, and GitHub.

Worth your time if: you want agents writing real code on a 24/7 box you can queue work onto before bed, and you accept that the tools are free but the intelligence is not.

Related TMFNK Content

  • MCP Agent Mail The coordination layer inside this stack; ACFS installs it as Phase 8 alongside the rest.
  • VibeCodingTracker At $440-656 a month of subscriptions, someone should be watching what every agent actually burns.
  • Superpowers An agentic skills framework that slots into any of these agents once the rig is up.

Crepi il lupo! 🐺