moxin-org / moxin

Moxin: an AI LLM platform in pure Rust
https://www.moxin.app
Apache License 2.0
122 stars 17 forks source link

Support cargo-packager for packaging on macOS; add `moxin-runner` #101

Closed kevinaboos closed 1 month ago

kevinaboos commented 1 month ago

Note that this also updates the makepad-widgets dependency to the latest version of makepad such that we can use the brand new MAKEDPAD_PACKAGE_DIR env var, which is required for packaging up resources into an app bundle and telling makepad's resource loader where to find them.

see commits and README.md for more details