Draft docs: These docs are unreviewed. They are an attempt at accuracy based on the current Kandelo source tree, but they are also a placeholder and may be incomplete, stale, or wrong.
Skip to content

KandeloA browser computer for real software

Boot a VFS image and run shells, server software, command-line tools, and graphical experiments in a browser tab.

API stability

Kandelo's browser host, VFS image tooling, package-source workflow, and demo metadata are experimental. Public shapes can change at any time. Pin the Kandelo commit or package version you build against, and expect to update your integration as the project evolves.

What This Site Covers

Use these docs if you want to:

  • boot and share machines in the current Kandelo browser UI;
  • host a .vfs or .vfs.zst image and open it through Kandelo;
  • build a custom browser app that starts Kandelo directly;
  • create, inspect, modify, and publish VFS images;
  • publish a gallery source that appears in the Kandelo UI.

The Dream

The dream is still to "fold a computer into a URL": a link should be able to identify a VFS image, verify the software it references, choose a boot command, and carry small bits of user state. Serious systems will keep large artifacts as signed, cacheable downloads, but the URL should be enough to tell Kandelo what to boot.

For lower-level implementation details, keep using the repository docs:

Kandelo APIs are experimental and may change without notice.