<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet type="text/xsl" href="https://projectious-work.github.io/aibox/v0.x/v0.34.2/feed.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting Started · aibox</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/</link><description>Reproducible AI workspaces from one aibox.toml.</description><language>en</language><lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate><atom:link href="https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/" rel="self" type="application/rss+xml"/><item><title>Installation</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/installation/</guid><description>Installation#Prerequisites#aibox requires a container runtime and a Compose-compatible provider on your host machine.
Podman (recommended)# bash Copy # macOS brew install podman podman machine init podman machine start # Fedora / RHEL sudo dnf install podman podman-compose # Ubuntu / Debian sudo apt install podman podman-compose Docker# bash Copy # macOS brew install --cask docker # Then launch …</description></item><item><title>New Project</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/new-project/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/new-project/</guid><description>New Project#This guide walks through creating a new project from scratch with aibox.
Initialize the Project# bash Copy mkdir my-app &amp;&amp; cd my-app git init aibox init my-app --harness claude --addon python The init command accepts these options:</description></item><item><title>Existing Project</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/existing-project/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.2/docs/getting-started/existing-project/</guid><description>Existing Project#This guide covers adding aibox to a project that already exists.
Create aibox.toml#If your project does not yet have a aibox.toml, create one manually or use init:
bash Copy cd my-existing-project aibox init my-existing-project --harness claude init will not overwrite If aibox.toml already exists, init will refuse to run. Either delete the existing file or edit it directly.</description></item></channel></rss>