<?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.1/feed.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Addons · aibox</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/</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.1/docs/addons/" rel="self" type="application/rss+xml"/><item><title>Overview</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/overview/</guid><description>Addons#aibox uses the Debian runtime image family (base-debian-v0.26.x for legacy releases, base-debian-runtime-v0.27.0+ after the image-tag cutover) with 36 composable addons that install language runtimes, tool bundles, documentation frameworks, and AI coding agents into your container.
Managing Addons#Via CLI# bash Copy # See all available addons aibox get addon # Add an addon (updates …</description></item><item><title>Language Runtimes</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/language-runtimes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/language-runtimes/</guid><description>Language Runtime Addons#Language runtimes install compilers, interpreters, and package managers into your container.
Python# toml Copy [addons.python.tools] python = { version = "3.14" } # 3.12, 3.13, 3.14 uv = { version = "0.12.5" } # 0.7, 0.11.10, 0.11.11, 0.11.15, 0.11.19, 0.11.26, 0.12.0, 0.12.5 # poetry = { version = "2.4.1" } # Optional: 1.8, 2.0, 2.4.1 # pdm = { …</description></item><item><title>Tool Bundles</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/tool-bundles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/tool-bundles/</guid><description>Tool Bundle Addons#Tool bundles install infrastructure, orchestration, and cloud CLI tools.
Supply Chain# toml Copy [addons.supply-chain.tools] gitleaks = {} osv-scanner = {} syft = {} grype = {} cosign = {} This language-neutral bundle covers secret scanning, dependency and artifact vulnerability checks, SBOM generation, and Sigstore signing. Release archives are pinned and checked against …</description></item><item><title>Documentation Frameworks</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/documentation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/documentation/</guid><description>Documentation Framework Addons#Documentation addons install static site generators and documentation tools.
Addon Tool Install Method docs-mkdocs MkDocs + Material theme uv docs-zensical Zensical uv docs-docusaurus Docusaurus npm docs-starlight Starlight (Astro) npm docs-mdbook mdBook Binary download docs-hugo Hugo Extended Binary download Current curated pins are Docusaurus 3.10.1, Hugo 0.165.0, …</description></item><item><title>LaTeX Build and Preview</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/latex-workflow/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/addons/latex-workflow/</guid><description>LaTeX Build and Preview#The latex addon supplies TeX Live, latexmk, bibliography tools, fonts, and common package groups. aibox adds a project-level build contract on top so humans and agents use the same engine, cache, output paths, and document names.
Configure documents#Enable the addon and declare one or more documents:
toml Copy [addons.latex.tools] texlive-core = {} texlive-recommended = {} …</description></item></channel></rss>