Alternative Installation Steps
Alternative installation steps for DevZero CLI.
If you happen to be running an unsupported configuration (i.e. where you don't have sudo access), we got your back! We offer support on a best-effort basis for most Linux distributions & macOS versions, via statically-compiled binaries.
As you're deviating from the "happy path", you'll need to run some extra commands in order to get the DevZero CLI working on your machine. If you'd like assistance with this, please contact us at support@devzero.io and we'd be happy to guide you through these steps.
We generally support most arm64 / amd64 Linux systems, as well as Apple Silicon & Intel macOS systems. If you're running - say, a SPARC / RISC-V machine, we don't support that at this time.
1. Download the tarball
For the stable
release track (this is most likely what you want), click the respective link for your CPU architecture.
If you're feeling adventurous, these links are for the latest
release track, which has potentially unstable updates that are pushed more frequently.
2. Unpack the tarball
This should produce one file, called dzcmd
.
3. Create symlinks
4. Start dznetd
5. Connect to your team's network
6. Success
You're connected! You can now connect to your workspaces via ./dz workspace connect
. Have fun!