Skip to content

Moxin v0.1.0 beta release

Compare
Choose a tag to compare
@kevinaboos kevinaboos released this 21 Aug 05:11
· 194 commits to dev since this release
84b9842

The first beta release of Moxin!

This is the beta release of Moxin v0.1.0, which presents a Moxin that is more stable, more performant, and more featureful than ever! 🚀

If you experience any bugs or odd behavior, please file an issue -- it really helps us out!


Release artifacts

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

  • macOS (Apple Silicon only: M1 and up)
    • 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.
  • Windows 10 and 11 (x86_64 only)
    • moxin_0.1.0_x64-setup.exe: a Windows setup executable that will install Moxin for you.
  • 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 apt install ./moxin_0.1.0_amd64.deb  ## the ./ part is required
      moxin  ## or run it from the desktop launcher
    • moxin_0.1.0_x86_64.appimage: an AppImage package that can simply be downloaded, set to be executable, and then ran:
      chmod +x moxin_0.1.0_x86_64.appimage
      ./moxin_0.1.0_x86_64.appimage
    • PKGBUILD and moxin_0.1.0_x86_64.tar.gz: a pacman package that can be installed on ArchLinux.
      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.

What's Changed?

⬇️ ⬇️ ⬇️ ⬇️ ⬇️

Click here to see the full set of commits!
⬆️ ⬆️ ⬆️ ⬆️ ⬆️

New Contributors

Full code diff: v0.1.0-alpha...v0.1.0-beta