Crowe Logic documentation
Crowe Logic is the agent console for the terminal. The crowe command runs a real tool loop over a table of CroweLM tiers, each a named frontier engine (GPT-5.6 Terra, GPT-6 Astra, Grok 4.6, GLM 5.3 Flash, GPT-5.6 Sol, and Claude Fable 5.1 for the personas) with Crowe Logic's grounding, knowledge base, autonomy levels and tools on top, plus seven frontier picks offered under their own names. You sign in with a Crowe ID; the plan on that account decides which rows of the table answer, and every tier tells you plainly what it runs on.
Install
Windows PowerShell: irm https://crowelogic.com/install.ps1 | iex. Then type crowe. Python 3.10 or newer; package managers and uninstall lines are on the install page.
Pages
crowe update, and how to remove each kind of install./model, /effort, /dual and crowe route.crowe headless contract for integrators: one JSON request on stdin, line-delimited JSON events on stdout.crowe serve as an OpenAI-compatible HTTP API on localhost, with curl and Python client examples.Commands at a glance
From crowe --help. The crowe-logic command is the same program.
| Command | What it does |
|---|---|
crowe | Open chat. crowe chat --autonomy read_only|edit|execute|full sets what tools may do. |
crowe run "prompt" | Run one prompt and print the response. |
crowe login | Sign in with Crowe ID in the browser. --device for a machine without one. |
crowe route "prompt" | Show the tier the router would pick, and the engine behind it. No model is invoked. |
crowe headless | One turn as a JSON event stream, for hosts. |
crowe serve | OpenAI-compatible HTTP API on 127.0.0.1:8011. |
crowe doctor | Check Python, version, sign-in, gateway and Crowe ID reachability. |
crowe update | Update the console in place. |
crowe upgrade | Change plan through Stripe Checkout. crowe billing opens the customer portal. |
crowe whoami | Show the signed-in Crowe ID identity. |