██████████ █████ █████ ███████████ ██████ █████ █████ █████ █████ █████
░░███░░░░███ ░░███ ░░███ ░░███░░░░░███░░██████ ░░███ ░░███ ░░███ ░░███ ░░███
░███ ░░███ ░███ ░███ ░███ ░███ ░███░███ ░███ ░░███ ███ ░░███ ███
░███ ░███ ░███ ░███ ░██████████ ░███░░███░███ ░░█████ ░░█████
░███ ░███ ░░███ ███ ░███░░░░░░ ░███ ░░██████ ░░███ ███░███
░███ ███ ░░░█████░ ░███ ░███ ░░█████ ░███ ███ ░░███
██████████ ░░███ █████ █████ ░░█████ █████ █████ █████
░░░░░░░░░░ ░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░
██████╗ ██████╗ ██████╗ ███████╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝
██║ ██║ ██║██║ ██║█████╗
██║ ██║ ██║██║ ██║██╔══╝
╚██████╗╚██████╔╝██████╔╝███████╗
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝
DVPNYXcode — AI-powered coding agent. Bedrock-first, lean, and highly intuitive.
Rebranded fork of OpenCode, stripped and optimized for AWS Bedrock.
DVPNYXcode is a customized AI coding agent built for high-performance development teams that use AWS Bedrock as their primary AI engine. It combines the power of Bedrock with a smooth Terminal (TUI) and Web interface.
- Bedrock-First Experience — Native support for Amazon Bedrock with automatic credential detection.
- Account & Cost Tracking — Always see which AWS Account and Profile are generating costs directly in the UI.
- Interactive AWS Setup — Simple command-line flow to configure your AWS region and profile.
- Multi-region Failover — Smart failover to secondary regions if your primary region is throttled.
- Lean & Fast — Optimized architecture using Bun and Turborepo for a lightweight developer experience.
- Versatile UI — Use it via TUI (Terminal), Web interface, or Desktop (Tauri) app.
bun install
bun run dev # Start the TUI (default)
bun run dev web # Start the Web interface
bun run dev --help # See all available commandsTo configure or switch your AWS account/region, simply run:
dvpnyxcode auth login --provider amazon-bedrockThe agent will walk you through selecting your profile and region, then verify your identity using AWS STS.
DVPNYXcode auto-detects AWS credentials. No manual config is needed if you have any of the following active:
AWS_PROFILE(named profile from~/.aws/credentials)AWS_SSO_SESSION(viaaws sso login)AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEYenv vars- ECS task role / EC2 instance metadata (IMDS)
| Package | Purpose |
|---|---|
packages/dvpnyxcode |
Core engine: agents, providers, tools, server, storage |
packages/app |
Web UI (SolidJS) |
packages/desktop |
Native desktop app (Tauri) |
packages/ui |
Shared component library |
packages/plugin |
Plugin system |
packages/util |
Shared utilities |
MIT — see LICENSE.
Based on OpenCode by Anomaly.