Install Cubic

Install on Linux

You can install Cubic on Linux with the following methods:

Install on macOS

You can install Cubic on macOS with the following methods:

Install on Windows

You can install Cubic on Windows with the following methods:

Install with Cargo

Use the following command to install Cubic with Cargo:

Note

Cubic requires the following dependencies: QEMU, OpenSSH and either cdrtools or cdrkit.

$ cargo install cubic

Install with Homebrew

Use the following command to install Cubic via Homebrew:

$ brew install cubic-vm/cubic/cubic

Install with Snap

Use the following command to install Cubic with Snap:

$ sudo snap install cubic && \
     sudo snap connect cubic:kvm && \
     sudo snap connect cubic:ssh-keys