Skip to content

12ya/v12code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,007 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built on the goated T3 Code by T3 Tools.

V12Code

V12Code is a minimal web GUI for coding agents (currently Codex, Claude, Cursor, and OpenCode, more coming soon).

What is V12Code?

V12Code brings the best coding-agent workflows into one fast, open-source app:

  • Cursor-like chat drafts: Start a chat, switch away, and come back without losing what you wrote.
  • Message queuing: Send follow-up messages while an agent is working and keep the next instructions ready to go.
  • Codex-like tasks: Follow agent work as clear tasks instead of digging through a wall of output.
  • Annotations and tasks: Select text from a response, turn it into a tracked task, and send it back to the agent with its original context.
  • Richer tool-call details: See commands, file changes, results, and failures in useful, readable cards.
  • Chat pinning: Keep important chats at the top of the sidebar so they stay easy to find.

Installation

Warning

V12Code currently supports Codex, Claude, Cursor, and OpenCode. Install and authenticate at least one provider before use:

  • Codex: install Codex CLI and run codex login
  • Claude: install Claude Code and run claude auth login
  • Cursor: install Cursor CLI and run cursor-agent login
  • OpenCode: install OpenCode and run opencode auth login

Run without installing

npx v12code@latest

Tip: Use npx v12code@latest --help for the full CLI reference.

Desktop app

Install the latest version of the desktop app from GitHub Releases, or from your favorite package registry:

Windows (winget)

winget install V12Code.V12Code

macOS (Homebrew)

brew install --cask 12ya/tap/v12code

Arch Linux (AUR)

yay -S v12code-bin

Some notes

We are very very early in this project. Expect bugs.

There's no public docs site yet, checkout the miscellaneous markdown files in docs.

Documentation

Contributing

Contributions are welcome. Read CONTRIBUTING.md before opening an issue or PR.

Install vp

V12Code uses Vite+ so you'll need to install the global vp command-line tool.

macOS / Linux

curl -fsSL https://vite.plus | bash

Windows

irm https://vite.plus/ps1 | iex

Checkout their getting started guide for more information: https://viteplus.dev/guide/

Install dependencies

vp i

Need support? Open an issue.

About

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.3%
  • MDX 1.3%
  • JavaScript 0.8%
  • Astro 0.5%
  • Swift 0.3%
  • CSS 0.3%
  • Other 0.5%