E5D0 GitHub - Clouder0/overcode: Overpowered opencode.
[go: up one dir, main page]

Skip to content

Clouder0/overcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overcode

Overcode is a power-user fork of OpenCode focused on async-first agent orchestration and a terminal-first workflow.

  • Async subagents (parallel workers)
  • Inter-agent messaging (send/wait primitives)
  • TUI enhancements for navigating nested sessions

Fork-specific documentation lives in over_docs/README.md.

Installation

The Overcode CLI is published to npm as overcode-ai. Installing it provides the overcode command.

# Stable
npm i -g overcode-ai@latest

# Canary (previews)
npm i -g overcode-ai@canary

overcode --version

Alternative package managers:

bun install -g overcode-ai@latest
pnpm install -g overcode-ai@latest
yarn global add overcode-ai@latest

Note: This fork currently only documents npm-based installation. Upstream installation methods (curl script, Homebrew, Scoop, etc.) are not maintained here.

Releases

  • Npm dist-tags: latest (stable) and canary (preview)
  • Git tags in this fork use overcode-ai-vX.Y.Z to avoid colliding with upstream vX.Y.Z tags

Relationship to upstream

This repository is a fork. OpenCode is the upstream project; Overcode cherry-picks upstream fixes as needed.

About

Overpowered opencode.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.4%
  • CSS 6.3%
  • MDX 5.0%
  • Rust 0.4%
  • Astro 0.4%
  • Shell 0.2%
  • Other 0.3%
0