Mino banner
dean0x dean0x

Mino

AI community

Description

Secure sandbox for AI coding agents. Temporary credentials, filesystem isolation, persistent caching.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Mino

[![Website](https://img.shields.io/badge/Website-dean0x.github.io%2Fx%2Fmino-blue?style=for-the-badge)](https://dean0x.github.io/x/mino/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](https://opensource.org/licenses/MIT) [![Rust](https://img.shields.io/badge/rust-1.82%2B-orange?style=for-the-badge)](https://www.rust-lang.org) [![Crates.io](https://img.shields.io/crates/v/mino?style=for-the-badge)](https://crates.io/crates/mino) [![npm](https://img.shields.io/npm/v/@dean0x/mino?style=for-the-badge)](https://www.npmjs.com/package/@dean0x/mino) [![GitHub Release](https://img.shields.io/github/v/release/dean0x/mino?style=for-the-badge)](https://github.com/dean0x/mino/releases) [![CI](https://img.shields.io/github/actions/workflow/status/dean0x/mino/ci.yml?style=for-the-badge&label=CI)](https://github.com/dean0x/mino/actions/workflows/ci.yml)

Secure sandbox wrapper for AI coding agents using rootless Podman containers.

Wraps **any command** in isolated containers with temporary cloud credentials and SSH agent forwarding. Works with Claude Code, Aider, Cursor, or any CLI tool.

Mino terminal demo

Why Mino?

AI coding agents are powerful but require significant system access. Mino provides defense-in-depth:

  • Filesystem Isolation: Agent only sees your project directory, not ~/.ssh, ~/.aws, or system files
  • Credential Scoping: Short-lived cloud tokens instead of permanent credentials
  • Network Boundaries: Four network modes — bridge (default), host, none, or allowlisted egress via iptables — with built-in presets for common services

Features

  • Rootless Containers: Podman containers with no root required (OrbStack VM on macOS, native on Linux)
  • Temporary Credentials: Generates short-lived AWS/GCP/Azure tokens (1-12 hours)
  • SSH Agent Forwarding: Git authentication without exposing private keys
  • **Persisten