A new code editor called Gram has launched, positioning itself as a streamlined, AI-free alternative to the popular Zed editor. As detailed in Hacker News, Gram is a fork of Zed that explicitly removes the artificial intelligence components while retaining the core performance characteristics that made the original platform popular. Described by its creators as an editor for “humanoid apes and grumpy toads,” Gram aims to serve developers who prefer a traditional coding environment over one infused with generative assistants.
Stripping Out the Noise
The launch of Gram represents a growing sentiment in the developer community: while AI tools are powerful, they aren’t always welcome in every workflow. Zed, originally lauded for its blazing speed due to its Rust architecture, has aggressively integrated AI features recently. Gram effectively rolls back the clock on that specific trajectory.
Here is what Gram brings to the table:
- AI-Free Core: The primary differentiator is the absence of built-in AI assistants, chatbots, and generative prompts. It focuses purely on text editing mechanics.
- Performance: Because it is forked from Zed, it inherits the underlying speed and responsiveness associated with the Rust programming language.
- “Batteries Included”: Despite stripping out AI, the editor is not bare-bones. It comes pre-configured for immediate use rather than requiring extensive setup.
- Extension Compatibility: Gram creates a bridge to the existing ecosystem by supporting Zed extensions. This allows users to add language support without relying on the main Zed repository.
- Integrated Tooling: The editor includes built-in documentation, debugger support via the Debug Adapter Protocol (DAP), and native git source control.
Why This Matters
This fork is significant because it highlights a fragmentation in the developer tools market. For years, the trend has been additive: more features, more integrations, and recently, more LLMs. We saw this with VS Code, and now with Zed. However, a segment of the developer population views these additions as bloat or privacy risks.
By forking Zed, Gram is attempting to do what VSCodium did for VS Code: offer the open-source benefits of a popular tool without the telemetry or proprietary services attached to the official release. The quote used in the launch, “What cannot be mended must be transcended,” suggests the creators felt that configuring Zed to be “quiet” was no longer sufficient; a hard break was necessary.
Use Cases and Availability
Gram is particularly relevant for developers working in air-gapped environments, those with strict enterprise security policies regarding AI data usage, or purists who find inline AI suggestions distracting. Since it supports popular languages and standard protocols like DAP and git, it functions as a drop-in replacement for general software engineering tasks.
The project appears to follow an open-source model, available for developers to download and compile. While it lacks the venture capital backing of its parent project, its reliance on the Zed codebase means it will likely remain stable as long as it can keep up with upstream changes while filtering out the AI components.
This launch serves as a reminder that in software development, performance and privacy often compete with feature density. Gram is betting that for many engineers, less is actually more.