Skip to content

Moxin v0.1.0 alpha release

Latest
Compare
Choose a tag to compare
@kevinaboos kevinaboos released this 18 Jun 22:29
· 112 commits to main since this release
31861d6

The first alpha release of Moxin!

This alpha pre-release includes pre-built binaries and app packages for the following platforms:

  • macOS (Apple Silicon only)
    • Moxin_0.1.0_aarch64.zip: a compressed app bundle that can be downloaded and run directly.
    • Moxin_0.1.0_aarch64.dmg: a disk image that can be used to install Moxin easily.
  • Linux (x86_64 only)
    • moxin_0.1.0_amd64.deb: a Debian package that can be installed on any Debian-like Linux distribution (e.g., Ubuntu):
      sudo dpkg -i moxin_0.1.0_amd64.deb
      moxin  # or run it from the desktop launcher
    • moxin_0.1.0_x86_64.appimage: an AppImage package that can simply be downloaded, set as executable, and then executed:
      chmod +x moxin_0.1.0_x86_64.appimage
      ./moxin_0.1.0_x86_64.appimage
    • moxin_0.1.0_x86_64.tar.gz: a pacman package that can be installed on ArchLinux (this is untested).
      sudo pacman -U moxin_0.1.0_x86_64.tar.gz
      moxin

See the main README for more information about downloading, installing, and running app packages for Moxin. You can also find information about building and running Moxin from source in the README.

Contributors to this release