A CLI tool designed to ease the creation and management of secure and isolated Podman containers. This application is still in development and has not yet reached a stable release.
git clone https://github.com/noahsub/Isopod.git
cd Isopod
python3 -m venv .venv
source .venv/bin/activate
pip install uv
uv pip install -r requirements.txt
python3 main.py

