Lukilabs, the company behind the note-taking app Craft.do, released Craft Agents OSS on May 2, 2026, an open-source desktop application for working with AI agents outside the terminal. The project uses the Claude Agent SDK and Pi SDK together, ships under Apache 2.0, and hit GitHub Trending within 24 hours of publication.
What Craft Agents Does
The tool is an Electron app (built with Bun) that wraps agent interactions in a GUI with multi-session management, streaming responses, and tool visualization. According to the project README, Lukilabs built it because they “wanted a better, more opinionated, and preferably non-CLI way of working with the most powerful agents in the world.”
The core differentiator is what Lukilabs calls a “document-centric workflow.” Rather than treating agent sessions as terminal output, Craft Agents presents them as navigable documents with status workflows and flagging. The team claims they built Craft Agents using only Craft Agents itself, with no code editors involved.
Integration Without Config Files
Craft Agents handles service connections through natural language. Tell the agent “add Linear as a source” and it locates the public API or MCP server, reads documentation, sets up credentials, and configures the connection. It supports stdio-based local MCP servers, custom OpenAPI specs, and direct database connections.
Users migrating from Claude Code can import existing skills and MCP configurations by asking the agent to handle the migration. New skills are created by describing the desired behavior rather than writing configuration files.
The Framework Fragmentation Signal
The release adds another entry to an increasingly crowded field. AIToolly noted that the project’s trending status “indicates significant interest from the global developer community” in accessible agent tooling.
The pattern is now unmistakable: Anthropic ships Claude Code, OpenAI has Codex agents and Symphony, Microsoft released its Agent Framework last week, and smaller teams keep launching their own opinionated takes. Each new framework solves a slightly different interaction problem (CLI vs. GUI vs. IDE vs. orchestration), but collectively they signal that no single agent interface has won.
The Apache 2.0 Bet
The licensing choice matters for enterprise adoption. Apache 2.0 includes a contributor patent grant, which removes legal friction for organizations integrating the framework into their own stacks. Compared to copyleft alternatives, it allows commercial modification and redistribution without disclosure requirements.
For Lukilabs, open-sourcing their agent workflow tool while keeping Craft.do proprietary follows the “open-core adjacent” model: the infrastructure layer is free, the knowledge management product remains paid. Whether Craft Agents drives meaningful adoption back to Craft.do’s ecosystem or simply fragments the agent tooling landscape further is the open question.