A self-hostable AI workstation with a coding agent and answer-checking (Flywheel 1.0.1) A developer released Flywheel 1.0.1, a self-hostable AI workstation and coding harness that runs locally via a pip-installed Python package and connects to hosted or local models without requiring a model download. The tool includes a permission-gated coding agent called relay, a check-output command that verifies answers against source contracts with confirmed/disagreed/unconfirmed exit codes, and sealed hash-chained tool-call receipts. It also ships domain packs for finance, medicine, and law, and can emit verification checks as Lean 4 files whose kernel-settled results are separated from named axioms. Flywheel is a self-hostable AI workstation and coding harness. You run it on your own machine, point it at any model you hold a key for or a local one, and keep a record of every run. This post walks the parts a developer touches first: install, the coding agent, check-output , and the receipt path. pip install flywheel-verify flywheel up flywheel up starts the local API gateway on http://127.0.0.1:8799 and serves a browser shell there. The installed runtime uses only the Python standard library. The PyPI distribution name is flywheel-verify ; the command it installs is flywheel . No model download is required. Point the router at a hosted provider you hold a key for, or run local through ollama over HTTP, or fetch the published 14B and 32B weights. The roster reports that a credential is present, never its value. flywheel auth login