VS Code-like workbench
File explorer, multi-tab editor, custom teal Monaco theme and native PTY terminal.
2026 - Personal Project
IDE with integrated AI
Open-source desktop IDE with integrated AI: professional Cursor/VS Code-like interface, portfolio aesthetic and an agent with Ask, Agent and Plan modes.
I wanted a local, free coding assistant without expensive subscriptions. PauStudio combines Tauri (native Rust, ~30 MB), Monaco Editor and a ReAct agent with file read/write tools. Supports Ollama (Qwen3-Coder, DeepSeek-R1) and free-tier APIs (DeepSeek, Qwen DashScope, GLM-4.7-Flash).
Open any project folder, edit with syntax highlighting, chat with the agent and review diffs before applying changes. Integrated terminal, Ctrl+S/P/` shortcuts, direct download from the portfolio.
File explorer, multi-tab editor, custom teal Monaco theme and native PTY terminal.
ReAct loop with list_files, read_file, search_files and write_file. Mandatory diff preview before saving.
Local Ollama (qwen3-coder-next) or DeepSeek, Qwen and GLM APIs with free tiers. User provides API key.
Tauri 2 instead of Electron: small installer, real filesystem access, Windows/macOS/Linux builds via GitHub Actions.
Desktop + AI + editor.
Design, full-stack development and IDE distribution as a downloadable portfolio project.