Skip to content

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.

  • 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.
  1. Run the Loka server from the repository root.
  2. Use the pairing URL printed by the server.
  3. Open the mobile app and pair it with the server.
  4. Create or continue a session with an agent and workspace.

Read Getting Started for the full flow.