Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 06:46
· 97 commits to main since this release

Install

macOS / Linux

curl -fsSL https://github.com/attacca-cc/zyris-code/releases/latest/download/install.sh | sh

Windows (PowerShell)

irm https://github.com/attacca-cc/zyris-code/releases/latest/download/install.ps1 | iex

Both install under your own account and need no administrator rights:
~/.local/bin on macOS and Linux, %LOCALAPPDATA%\Programs\zyris-code on
Windows. Your PATH is set up for you — bash, zsh, fish and PowerShell — so
after opening a new terminal the command is simply:

zyris

zyris-code works too; they are the same program.

Set ZYRIS_CODE_INSTALL_DIR to install elsewhere, or --no-modify-path
(-NoModifyPath on Windows) to leave your shell alone. To pin a version:
... | sh -s -- --version v0.1.1.

Run it in the directory you want to work in. It prints an enrollment code the
first time; approve it in the browser and it attaches.

Building instead

cargo install --git https://github.com/attacca-cc/zyris-code --tag v0.1.1 zyris-code

Verifying a download

Every archive is listed in SHA256SUMS, which the install scripts check before
unpacking anything. By hand:

sha256sum -c SHA256SUMS --ignore-missing

Files

Platform Archive
Linux x86_64 zyris-code-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 zyris-code-aarch64-unknown-linux-gnu.tar.gz
macOS Apple silicon zyris-code-aarch64-apple-darwin.tar.gz
macOS Intel zyris-code-x86_64-apple-darwin.tar.gz
Windows x86_64 zyris-code-x86_64-pc-windows-msvc.zip

A platform missing from the release means its build failed; the others are
published regardless.