Skip to content

Releases: moxin-org/moly

Nightly v0.1.0-20241120

20 Nov 23:27
a82d297
Compare
Choose a tag to compare
Pre-release
Merge pull request #313 from moxin-org/dev

Main update 20 nov

MoFa integration v0.1.0-20241014

14 Oct 13:20
Compare
Choose a tag to compare
Pre-release
v0.1.0-mofa-20241014

Bump makepad

MoFa integration v0.1.0-20241011

11 Oct 21:20
Compare
Choose a tag to compare
Pre-release
v0.1.0-mofa-20241011

Make sure models and agent list selector is refresh when models are d…

MoFa integration v0.1.0-20241010

10 Oct 22:40
Compare
Choose a tag to compare
Pre-release
v0.1.0-mofa-20241010

Fix naming issue in GH release config

Dev nightly v0.1.0-20241012

12 Oct 04:28
f33bf57
Compare
Choose a tag to compare
Pre-release

Use HF mirror links to download model files inside the GFW

Nightly v0.1.0-20241011

11 Oct 06:00
f33bf57
Compare
Choose a tag to compare
Pre-release

Nightly release on Oct 11, 2024

Nightly v0.1.0-20241002

02 Oct 17:30
b7a96d7
Compare
Choose a tag to compare
Pre-release

Nightly release with the latest features

Moxin v0.1.0 rc1

16 Sep 19:40
8328c77
Compare
Choose a tag to compare

Moxin's first release candidate

This is the first release candidate for a true Moxin v0.1.0 release! We have added many great features that make Moxin more useful than ever, including:

  • AI models have even more useful metadata than before
  • Moxin supports embedding models and exposing access to its internal engine for outside use
  • UI improvements have landed in Makepad, making the UI & UX even better

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.

Auto-generated Changelog

Full Changelog: v0.1.0-beta...v0.1.0-rc1

Moxin v0.1.0 beta release

21 Aug 05:11
84b9842
Compare
Choose a tag to compare

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!
Read more

Moxin v0.1.0 alpha release

18 Jun 22:29
31861d6
Compare
Choose a tag to compare

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 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 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