docs
Start here. Go deep when needed.
Quick answers first, then the full reference for running and shaping your own Prokop setup. New to Prokop? Get started walks through install and your first session.
Start here
Guides
Reference
Common questions
What is Prokop?
An open-source agentic coding workspace. One binary runs a local daemon with the full web client inside: sessions, projects, files, diffs, terminals, permissions, memory, and scheduled work. You drive it from any browser, desktop or phone.
Where does everything live?
~/.prokopai/- server data, database, preconfigs, models<project>/.prokopai/- workspace memory and MCP configuration<project>/AGENTS.md- instructions the agent loads for that project<project>/.agents/skills/- workspace skills
Your project context and local database stay on disk under paths you control.
Do I need to edit config files?
No. Models and credentials can be connected in the client under Configuration. API keys, OAuth subscriptions, model selection, workspace capabilities: all UI. API keys can also live in .env, alongside server settings such as the auth token or TLS.
Can I use it from my phone?
Yes. The client is mobile optimized and served by your daemon: same sessions, same agents, same permissions, reorganized for one surface at a time. Open it over your private network, or use networking you choose such as Tailscale. PWA installation from another device normally requires HTTPS, which the built-in TLS listener can provide.
What about security?
By default there is no auth: the daemon trusts its network, fine for localhost and private networks. Expose it further and you set a single auth token in .env. Separately, actions involving sensitive files, access outside the workspace, deletions, or dangerous commands ask for approval, with scopes you can revoke.