Install Podman Desktop, then run the container
100% Free for Commercial Use - No License Required
Download the installer and run it. Follow the setup wizard.
Download Podman Desktop for WindowsOr install via winget: winget install RedHat.Podman-Desktop
During setup, Podman Desktop will offer to install the Podman engine and initialize a machine. Accept these prompts.
Open Podman Desktop. If prompted, click "Initialize and Start" to set up the Podman machine. Wait for it to show "Running".
You'll see a whale-like icon in your system tray when Podman is running.
In Podman Desktop, go to Images → Pull and enter:
ghcr.io/dtsoden/agenticengineeringdemo:latest
Or open PowerShell/Terminal and run:
podman run -d -p 8945:8945 ghcr.io/dtsoden/agenticengineeringdemo:latest
Navigate to:
http://localhost:8945
Use Podman Desktop to stop, start, or remove the container anytime from the Containers tab.
Download the universal installer (works on both Intel and Apple Silicon):
Download Podman Desktop for macOSOr install via Homebrew: brew install podman-desktop
Open Podman Desktop. If prompted, click "Initialize and Start" to set up the Podman machine. Wait for it to show "Running".
In Podman Desktop, go to Images → Pull and enter:
ghcr.io/dtsoden/agenticengineeringdemo:latest
Or open Terminal and run:
podman run -d -p 8945:8945 ghcr.io/dtsoden/agenticengineeringdemo:latest
Navigate to:
http://localhost:8945
Use Podman Desktop to stop, start, or remove the container anytime from the Containers tab.
For Ubuntu/Debian:
sudo apt-get update && sudo apt-get install -y podman
For Fedora/RHEL:
sudo dnf install -y podman
Open a terminal and run:
podman run -d -p 8945:8945 ghcr.io/dtsoden/agenticengineeringdemo:latest
Navigate to:
http://localhost:8945
For a graphical interface to manage containers:
Podman Desktop for Linux