{% extends "base.html" %} {% block tabs %} {{ super() }}

Tart is a virtualization toolset to build, run and manage macOS and Linux virtual machines on Apple Silicon.

Tart utilizes Virtualization.Framework to achieve nearly native performance. Benefit from clean ephemeral environments for your automations with no performance implications.

For storing virtual machine images Tart integrates with OCI-compatible container registries. Push and pull virtual machines like you used to with Docker containers.

Tart powers several continuous integration systems including on-demand GitHub Actions and Cirrus CI. Tart can be easily integrated with any other CI and soon will get clustering capabilities to orchestrate virtual machines on multiple physical hosts.

Learn More
{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %}