Agent-readable docs
Lorca Documentation
Lorca is a Grok bot alternative: a Rust CLI for macOS, Linux, and Windows, a native macOS AppKit client, and phone apps. The CLI is a localhost websocket service and the agent loop; the AppKit client is a UI for that...
Pages
- OverviewWhat the project exposes, its primary entry points, runtime assumptions, and links to the highest-value pages.
- InstallationPrerequisites, install command, first run, the expected success signal, and one recovery note.
- QuickstartThe shortest source-backed path from install to a first successful invocation, with the expected output.
- ArchitectureThe system's main components, boundaries, and data flow as the repository itself documents them.
- Configuration referenceConfig keys, environment variables, defaults, required values, and where each one is read.
- CLI referenceCommands, flags, arguments, defaults, exit behavior, and examples for the command-line interface.
- HTTP API referenceRoutes, methods, request and response shapes, authentication, and error responses.
- crates/relay referenceReference for the code under `crates/relay`: what it exports, how it is invoked, its options and defaults, and its error cases.
- crates/agent referenceReference for the code under `crates/agent`: what it exports, how it is invoked, its options and defaults, and its error cases.
- crates/cli referenceReference for the code under `crates/cli`: what it exports, how it is invoked, its options and defaults, and its error cases.
- mobile referenceReference for the code under `mobile`: what it exports, how it is invoked, its options and defaults, and its error cases.
- Data model referenceSchemas, entities, fields, relationships, migrations, and validation rules.
- macos referenceReference for the code under `macos`: what it exports, how it is invoked, its options and defaults, and its error cases.
- web referenceReference for the code under `web`: what it exports, how it is invoked, its options and defaults, and its error cases.
- crates/provider-auth referenceReference for the code under `crates/provider-auth`: what it exports, how it is invoked, its options and defaults, and its error cases.
- Deployment and operationsBuild, containerize, deploy, configure runtime environments, and observe the running system.
- TestingHow to run the test suites, what they cover, fixtures, and how continuous integration executes them.
- Changelog and migrationVersion history, breaking changes, and upgrade steps between versions.
Complete Markdown
The complete agent-readable Markdown files are published separately from this HTML page.