Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sambam60/awencode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,609 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awencode

A beautifully designed agentic coding interface. Orchestrate multiple AI coding agents from a spatial dashboard — not a chat list.

Architecture

Awencode is a Tauri v2 desktop app (React + TypeScript frontend, Rust backend) that connects to codex-rs/app-server via JSON-RPC over stdio. The orchestrator dashboard shows agent tasks as stateful cards on a kanban board, with full conversation views available per-agent.

Development

# Install dependencies
pnpm install

# Run the desktop app in dev mode
pnpm dev

# Build for production
pnpm build

Structure

apps/desktop/       # Tauri + React desktop app
codex-rs/           # Rust backend (app-server, core engine)
sdk/python/         # Python app-server client
docs/               # Documentation
ideation/           # Design references and prototypes

License

Apache-2.0

About

Lightweight, beautiful coding agent app.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 91.2%
  • TypeScript 5.5%
  • Python 2.3%
  • JavaScript 0.7%
  • PowerShell 0.1%
  • HTML 0.1%
  • Other 0.1%