Moxin v0.1.0 rc1
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
andmoxin_0.1.0_x86_64.tar.gz
: apacman
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
- Main update 20 Aug by @jmbejar in #228
- Simplify README with
moxin-runner
-based instructions by @kevinaboos in #232 - [Backend] replace model databse with github repo by @L-jasmine in #223
- After clicking on "Chat with Model", set keyboard focus to the Chat panel's prompt by @joulei in #236
- Fix Chat section text inputs focus issues by @jmbejar in #238
- Fix problem with click events in popup notifications by @jmbejar in #239
- [Backend] get api-server listen addr from env by @L-jasmine in #241
- Make models search case insensitive by @jmbejar in #240
- Reset edition state when chat history card is re-used by @joulei in #244
- Catch up makepad by @jmbejar in #221
- [Backend] Support embedding model by @L-jasmine in #242
- fix-issue-206 by @Guocork in #246
- fix-issue-248 by @Guocork in #249
- Main update 13 Sep by @jmbejar in #250
Full Changelog: v0.1.0-beta...v0.1.0-rc1