Get Started

Install Z Code V2

Z Code V2 is currently in private beta for the desktop app. It supports macOS (Apple Silicon and Intel), Windows, and mainstream Linux distributions.


Download

ZCODE

Download .dmg(Apple Silicon)

This release is built on the new Electron foundation and is currently available as the new desktop beta.

Z Code first workspace after install annotated screenshot


System Requirements

  • macOS: 12.0 Monterey or later
  • Windows: 10 / 11 (64-bit)
  • Linux: Ubuntu 20.04, Debian 11, Fedora 36, or equivalent
  • Memory: 8 GB RAM recommended
  • Disk: At least 1.5 GB of free space

First Launch Initialization

  1. Install and start Z Code V2.
  2. Sign in with OAuth or an API key. See Providers and Sign-In.
  3. It is recommended to allow desktop notifications during setup so you can receive background progress from Agents.

Data Directories

PlatformPath
macOS~/Library/Application Support/Z Code V2/
Windows%APPDATA%\\Z Code V2\\
Linux~/.config/Z Code V2/

App data and local workspace metadata live in these directories.


Upgrade And Uninstall

You can check for new versions in Settings -> About.

To uninstall completely, remove both the application and its data directories:

# macOS
rm -rf ~/Library/Application\ Support/Z\ Code\ V2
rm -rf ~/.zcode

Next