AI Lab (ailab) Package name

Ken VanDine (ken-vandine) Publisher Star developer Star developer

Install latest/edge of AI Lab

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install ailab --edge

Don't have snapd? Get set up for snaps.

AI Lab is only available on the unstable edge channel. It could break and change often.

Channel Version Published

Details for AI Lab

Package name

  • ailab

License

  • GPL-3.0+

Last updated

  • 7 May 2026 - latest/edge

Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

LXD-based sandboxes for running AI tools safely on Ubuntu

AI Lab creates lightweight LXD containers pre-wired to use AI services running on your host (lemonade-server, ollama). Each container shares your home directory, keeping installed software isolated from the rest of your system.

Use the CLI to create and manage sandboxes:

ailab new mybox --install openclaw ailab run mybox ailab list

Or use the web management interface — a browser-based dashboard with live progress, an in-browser terminal, and log tailing. It runs as a background daemon and is accessible at http://127.0.0.1:11500 by default.

Configure the host and port:

snap set ailab web.host=0.0.0.0 snap set ailab web.port=11500

Connect to an AI Lab Cloud hub for remote access:

snap set ailab cloud.host=https://cloud.example.com snap set ailab cloud.token=<token from hub dashboard> snap set ailab cloud.user=<your GitHub username> snap set ailab cloud.device-id=<device name shown in dashboard> snap set ailab cloud.ports=11500,18789


Install AI Lab on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using AI Lab