gptme launched in Spring 2023 as one of the earliest open-source implementations of a conversational terminal agent capable of autonomously editing files, running shell commands, and browsing the web. The project predated most commercial coding agents and established a pattern — persistent chat history combined with tool use in the developer’s own environment — that later became standard.
The tool supported local models via llama.cpp in addition to API-based providers, and added Playwright-powered browser automation as a core capability. It later gained MCP (Model Context Protocol) support and integration as a drop-in agent for Zed and JetBrains IDEs.
gptme’s significance lies in its longevity and early demonstration of the agent-computer interface concept. Released before the commercial boom in coding agents, it showed that a small open-source project could deliver meaningful autonomous coding capability, establishing baseline patterns that informed tools released years later.