VS Code-like workbench
File explorer, multi-tab editor, custom teal Monaco theme and native PTY terminal.
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.
PauStudio (TealCode) is an open-source desktop IDE combining my portfolio aesthetics with AI agent capabilities comparable to Cursor, but running locally with free models.
Cloud code assistants require expensive subscriptions and send your code to external servers. As a student and developer, I needed a local, lightweight, free alternative that could read and modify real project files without depending on a SaaS.
Built PauStudio with Tauri 2 (Rust) for a ~30 MB native binary, Monaco Editor for the editing experience, and a ReAct agent with filesystem tools (list, read, search, write). Supports local Ollama (Qwen3-Coder, DeepSeek-R1) and free-tier APIs (DeepSeek, Qwen DashScope, GLM-4.7-Flash). Mandatory diff preview before applying changes ensures user control.
Functional IDE downloadable from the portfolio with Windows/macOS/Linux installers via GitHub Actions. Integrated PTY terminal, file explorer, multi-file tabs and Ask/Agent/Plan modes. Demonstrable project for recruiters seeking AI + desktop profile.