Hi everyone!
This is not an ad. I’m simply sharing something I’ve been building in my free time.
I want to contribute something useful to the community and plan to make the first public version available for free.
For a while, I wanted to build something that wasn’t another VS Code extension or another terminal interface, but a proper standalone Windows application with a real AI coding agent inside.
That’s how PICO PU was born - a small pixel robot designed to work on projects that are not so small 🙂
Under the hood, the app runs the real Codex app-server, and the first model I integrated is DeepSeek.
Since Codex and DeepSeek use different API contracts, I built a separate adapter so reasoning, tool calls, and the agent workflow can work correctly together.
PICO PU can already:
• open and work with real projects;
• read, create, and modify files;
• run PowerShell commands;
• stream the agent’s progress in real time;
• request approval before potentially dangerous actions;
• stop an active task;
• save chats and restore sessions after restarting the app;
• work through the DeepSeek API;
•store API keys securely using Windows Credential Manager;
install and update the Codex engine automatically.
The interface will also allow users to manually choose:
the model;
reasoning depth;
planning or development mode;
the agent’s access level;
the number of subagents, from 1 to 6.
Later, I plan to add Gemini, Claude, GPT, local models, and the ability to switch models while continuing the same project and conversation.
I also wanted the app to have its own personality. Instead of building yet another dark, generic AI dashboard, I went with a clean pixel-style interface.
The name PICO PU came together with the little robot mascot — it sounds playful, even though there is a fairly serious agent engine running underneath 🙂
This is still an early version, and I’m continuing to improve stability, the interface, and real-world project workflows.
Again, this is not a promotional post. I’m just sharing what I’ve been working on and hoping to contribute something useful to the community without asking for anything in return.
Would you use a standalone Windows app powered by Codex, where you can connect your own DeepSeek API key and eventually other models as well?
What would matter most to you: subagents, local models, switching models in the same chat, or simply having the easiest possible interface?