Loka Documentation
Loka is a mobile app for managing local AI agents. The mobile client pairs with a server that you run, and the server manages agent connections, workspaces, and sessions.
What Loka includes
Section titled “What Loka includes”- A Rust CLI and server.
- A Flutter mobile client.
- gRPC communication between the client and server.
- TLS certificate pinning and pairing tokens for local pairing.
- Agent Client Protocol integration for server-to-agent communication.
- A deterministic demo agent for onboarding and review environments.
First steps
Section titled “First steps”- Run the Loka server from the repository root.
- Use the pairing URL printed by the server.
- Open the mobile app and pair it with the server.
- Create or continue a session with an agent and workspace.
Read Getting Started for the full flow.