Skip to content

v0.0.1

Choose a tag to compare

@wsauret wsauret released this 21 Aug 14:24

This is the first public release of Flywheel: a greatest-hits coding agent in a beautiful native terminal UI.

Install

macOS and Linux:

curl -fsSL https://github.com/wsauret/flywheel/releases/latest/download/install.sh | bash

Windows (PowerShell):

irm https://github.com/wsauret/flywheel/releases/latest/download/install.ps1 | iex

The installer resolves this immutable tag, downloads the binary for your OS and CPU, and verifies it against SHASUMS256.txt. Installed builds keep themselves current with flywheel update or the automatic background check.

What is in 0.0.1

  • A terminal UI worth looking at. Mouse support, live markdown and syntax highlighting, collapsible tool output, inline diff previews, a session picker with live previews, and around forty bundled themes. flywheel font installs the Monaspace terminal font for the best experience.
  • Durable workflows. Multi-step agent workflows compile to a deterministic queue with verification between steps, retries with feedback, pause and resume, and crash recovery. Close the terminal mid-run and the workflow resumes from its recorded state. flywheel --headless runs the same workflows in CI.
  • Subscriptions first, API keys as fallback. Sign in with ChatGPT, GitHub Copilot, SuperGrok, or OpenCode Go; several accounts of the same subscription rotate automatically when one hits its cap, before falling back to your API keys (Anthropic, OpenAI, Google, OpenRouter, or any OpenAI-compatible endpoint).
  • Everything is inspectable. Sessions are event-sourced into a local SQLite store and runtime diagnostics stream to a structured log. flywheel events search answers "what actually happened" across both on one timeline.
  • It learns, with consent. Skills and a curated memory accumulate from real session outcomes, are stored as reviewable files, and trace back to the sessions that produced them (flywheel skills:why).
  • Plays well with your stack. MCP servers over stdio or HTTP with OAuth (flywheel mcp add, flywheel mcp login), and one-command import of a Claude Code .mcp.json.
  • As minimal as you want it. Workflows, skills, subagents, learning, and background commands are each a single toggle; disabling one removes its tools, prompts, and commands entirely.

Supported platforms: macOS (Apple Silicon), Linux (x64 and arm64, glibc), and Windows (x64 and arm64). Every asset is tag-addressed and verified by size and SHA-256 through release.json and SHASUMS256.txt.