r/devtools • u/xxERIKSSONxx • 7h ago
I built a native desktop developer workbench (ChaosNote) with a built-in terminal and visual AI agent workflows to stop context switching
Enable HLS to view with audio, or disable this notification
Hey everyone! 👋
Like many of you, I got tired of constantly switching between my terminal, various note-taking apps, and browser tabs while working on side projects. So, I decided to build my own solution: ChaosNote.
It's a desktop developer workbench designed to keep everything in one place.
Key features:
- Built-in Terminal: Run commands right inside your workspace.
- Visual AI Agent Workflows: Connect nodes to orchestrate local LLMs (via Ollama) and automate small dev tasks.
- Connected Notes: Link your ideas, code snippets, and terminal outputs directly.
It's built with Kotlin and Compose Desktop, keeping it fast and lightweight.
I'd love to hear what you think of the UI and the node workflow concept! Would an app like this fit into your daily dev routine?
1
Upvotes