Show HN: I containerized my AI agents and dev tools
Aetherion is a containerized development environment designed for AI coding agents. It includes a variety of preloaded agent CLIs and supports multiple programming languages. The setup allows for easy management of agent configurations and state preservation across sessions.
- ▪Aetherion ships a Debian dev container preloaded with various AI agent CLIs and development tools.
- ▪The container supports multiple programming languages including Python, Node.js, Go, Rust, and Ruby.
- ▪Users can preserve their login state across sessions by saving configurations to a specific directory on the host.
Opening excerpt (first ~120 words) tap to expand
Aetherion A containerized development environment for AI coding agents. Ships a Debian dev container preloaded with the bundled agent CLIs (Claude Code, Cursor Agent, GitHub Copilot CLI, Gemini CLI, OpenAI Codex, Pi, OpenClaw, Hermes), the Ollama client for running them against a local model daemon on the host, Neovim with LSP/DAP support, podman-in-podman, and toolchains for Python, Node, Go, Rust, and Ruby. The aetherion launcher mounts the current directory at the same path inside the container and preserves per-agent login state across sessions.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.