One CLI for containerized AI coding agents
Project description
VibePod
VibePod is a unified CLI (vp) for running AI coding agents in Docker containers.
Installation
VibePod is available on PyPI:
pip install vibepod
Current Status
This repository contains an initial v1 implementation with:
vp run <agent>vp stop <agent|--all>vp listvp logs start|stop|statusvp config showvp config pathvp version
Image Namespace
By default, agent images use the nezhar namespace (for example nezhar/claude-container:latest).
Current defaults are aligned to existing container repos:
claude->nezhar/claude-container:latest(repo)gemini->nezhar/gemini-container:latest(repo)opencode->nezhar/opencode-cli:latest(repo)devstral->nezhar/devstral-cli:latest(repo)auggie->nezhar/auggie-cli:latest(repo)copilot->nezhar/copilot-cli:latest(repo)codex->nezhar/codex-cli:latest(repo)datasette->vibepod/datasette:latestproxy->vibepod/proxy:latest(repo)
You can override any single image directly:
VP_IMAGE_CLAUDE=nezhar/claude-container:latest vp run claude
VP_IMAGE_GEMINI=nezhar/gemini-container:latest vp run gemini
VP_IMAGE_OPENCODE=nezhar/opencode-cli:latest vp run opencode
VP_IMAGE_DEVSTRAL=nezhar/devstral-cli:latest vp run devstral
VP_IMAGE_AUGGIE=nezhar/auggie-cli:latest vp run auggie
VP_IMAGE_COPILOT=nezhar/copilot-cli:latest vp run copilot
VP_IMAGE_CODEX=nezhar/codex-cli:latest vp run codex
VP_DATASETTE_IMAGE=vibepod/datasette:latest vp logs start
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibepod-0.3.0.tar.gz.
File metadata
- Download URL: vibepod-0.3.0.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dec2e019843131ff3e4ee60de2b12c4317b8365076cd5baff488f45bb23ae98c
|
|
| MD5 |
792d635a89a6f4260e537e4bba65879b
|
|
| BLAKE2b-256 |
373c0f98c80459bbc040878d6453a176cb7c7d82978be6e31ad039fb2110c8b7
|
File details
Details for the file vibepod-0.3.0-py3-none-any.whl.
File metadata
- Download URL: vibepod-0.3.0-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22624b6c5fa13fae42c37afe78cb1cb6c855a2c71b3155480cd51e37a8f15756
|
|
| MD5 |
41dfe38c2cb81b2a7163fb98f59f0b39
|
|
| BLAKE2b-256 |
bdc0f214201efed3a22ea82a5206018ca4a31a7926f18d8230528bdbb48262e1
|