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

Connect the KVM interface to accelerate the virtual machine (recommend):

$ sudo snap connect cubic:kvm

Allow access to the host .ssh/ directory if you want to connect to the VM with your personal SSH keys (optional):

$ sudo snap connect cubic:ssh-keys