Skip to content

Releases: obazin/janis

Release list

Janis 0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 10:30

Unsigned builds — see the install notes for the first-launch step each platform asks for.

  • macOS: curl -fsSL https://raw.githubusercontent.com/obazin/janis/main/scripts/macos/install.sh | sh (no Gatekeeper prompt), or Janis_x.y.z_aarch64.dmg (Apple Silicon) / Janis_x.y.z_x64.dmg (Intel) by hand
  • Windows: Janis_x.y.z_x64-setup.exe (or the .msi)
  • Linux: .AppImage, .deb or .rpm, x86_64 and arm64
  • Nix (Linux and macOS): nix profile install github:obazin/janis, or nix run github:obazin/janis to try it

What's Changed

  • Carry the Linux Tauri stack in the devShell and package the app for nix run by @calops in #1

New Contributors

  • @calops made their first contribution in #1

Full Changelog: https://github.com/obazin/janis/commits/v0.1.0