Discover and explore top open-source AI tools and projects—updated daily.
ProjectBarksAgentic coding assistant rewritten in Go for performance and simplicity
New!
Top 73.4% on SourcePulse
This project offers a complete, ground-up rewrite of the Claude Code AI assistant in Go, targeting developers and power users seeking a significantly more performant and streamlined alternative to the original Node.js/TypeScript monolith. It aims to deliver a single, static binary with near-instantaneous startup times and reduced memory footprint, enabling easier deployment and modification.
How It Works
Gopher Code meticulously re-implements Claude Code's subsystems natively in Go, eschewing Node.js, Electron, and complex dependency trees. It leverages modern Go 2026 packages for its TUI (Bubbletea), styling (Lipgloss), and core logic, utilizing goroutines for native concurrency and context-first cancellation. This approach prioritizes efficiency, resulting in a 12ms cold start and a single binary deployable across any platform Go supports.
Quick Start & Requirements
go build -o gopher ./cmd/gopher and run ./gopher.GOOS=linux GOARCH=arm64 go build).Highlighted Details
npm install and native addon complexities.Maintenance & Community
This project is developed by @projectbarks as an independent research initiative exploring native Go agentic coding assistants. Contributions, ideas, and feedback are actively welcomed.
Licensing & Compatibility
The project's license is not explicitly stated in the provided README, which presents a significant adoption blocker for commercial or closed-source integration. Its single-binary nature and Go's cross-compilation capabilities suggest broad platform compatibility.
Limitations & Caveats
This is an active, ground-up rewrite with approximately 3% overall parity achieved against Claude Code v2.1.88, indicating substantial feature gaps and missing subsystems (e.g., IDE integration, plugins, remote bridging, UI components). Many core functionalities remain unimplemented or in early stub stages, requiring significant development effort to reach full parity.
2 days ago
Inactive
HKUDS
AntonOsika