Rowboat is more than just another Claude wrapper
It’s an open-source (Apache-2.0) project that operates on a "work surfaces" architecture. Instead of a single scrolling window, it uses these dedicated surfaces for things like meetings, browsing, or coding. It feels like a weird, highly functional hybrid between Obsidian and a browser, but with an actual brain attached. Since it's local-first, everything is just plain Markdown files sitting on your disk. As someone who gets paranoid about proprietary data leaks, the fact that I can point it at a local instance via Ollama or LM Studio instead of sending everything to a cloud API is a huge win.
The dev-centric features are where the actual engineering happens. They have this "Parallel Coding" setup that uses an Agent Client Protocol to orchestrate multiple instances of Claude Code or Codex. It’s not just a gimmick; it's actually trying to manage context across different instances. If you're already deep in the Obsidian ecosystem or using Granola for meeting notes, it attempts to ingest those knowledge graphs so the AI actually knows what project you're working on instead of asking "what was that again?" every five minutes.
The most interesting bit of gossip in the repo is how extensible the work surfaces are. You can technically build your own custom apps inside the workspace to manage GitHub activity or task tracking, and the agent gets access to that specific context. It's moving toward a full-blown agentic workspace rather than just a messaging bot. I'm curious to see if the community actually builds anything useful or if it just becomes a collection of niche plugins.
https://github.com/rowboatlabs/rowboat