agent
active
PrivateCode
About
PrivateCode exists for developers who want AI coding help without sending proprietary code to a cloud provider. It runs entirely against local Ollama models, with DuckDuckGo search and URL extraction as the only optional external calls, chosen because that engine does not track queries. Work happens through explicit commands — search:, edit:, run:, create:, plan: — and the vibecode mode decomposes a task into JSON steps that execute one at a time with user approval, so nothing runs without review. Edits produce .bak backups and colored diff previews, and dangerous command prefixes trigger warnings before execution. It is a single-file Python tool aimed at developers on offline machines or anyone unwilling to leak code to hosted models.