AI Capabilities Demo

Install Podman Desktop, then run the container

100% Free for Commercial Use - No License Required

Requirements

  • Windows 10/11 (64-bit)
  • 4GB RAM minimum
  • WSL 2 (Podman Desktop will help install this)
1
Download & Install Podman Desktop
Free for Commercial Use

Download the installer and run it. Follow the setup wizard.

Download Podman Desktop for Windows

Or 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.

2
Start Podman Machine

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.

3
Pull & Run the Container

In Podman Desktop, go to ImagesPull and enter:

ghcr.io/dtsoden/agenticengineeringdemo:latest

Or open PowerShell/Terminal and run:

podman run -d -p 8945:8945 ghcr.io/dtsoden/agenticengineeringdemo:latest
4
Open in Browser

Navigate to:

http://localhost:8945

Use Podman Desktop to stop, start, or remove the container anytime from the Containers tab.

Requirements

  • macOS 12 (Monterey) or newer
  • 4GB RAM minimum
  • Apple Silicon (M1/M2/M3) or Intel processor
1
Download & Install Podman Desktop
Free for Commercial Use

Download the universal installer (works on both Intel and Apple Silicon):

Download Podman Desktop for macOS

Or install via Homebrew: brew install podman-desktop

2
Start Podman Machine

Open Podman Desktop. If prompted, click "Initialize and Start" to set up the Podman machine. Wait for it to show "Running".

3
Pull & Run the Container

In Podman Desktop, go to ImagesPull and enter:

ghcr.io/dtsoden/agenticengineeringdemo:latest

Or open Terminal and run:

podman run -d -p 8945:8945 ghcr.io/dtsoden/agenticengineeringdemo:latest
4
Open in Browser

Navigate to:

http://localhost:8945

Use Podman Desktop to stop, start, or remove the container anytime from the Containers tab.

Requirements

  • 64-bit Linux (Ubuntu, Debian, Fedora, etc.)
  • 4GB RAM minimum
1
Install Podman
Free for Commercial Use

For Ubuntu/Debian:

sudo apt-get update && sudo apt-get install -y podman

For Fedora/RHEL:

sudo dnf install -y podman
2
Run the Container

Open a terminal and run:

podman run -d -p 8945:8945 ghcr.io/dtsoden/agenticengineeringdemo:latest
3
Open in Browser

Navigate to:

http://localhost:8945
4
Optional: Install Podman Desktop GUI

For a graphical interface to manage containers:

Podman Desktop for Linux