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 opening Moxin via the `moxin://` scheme #114

Closed kevinaboos closed 1 month ago

kevinaboos commented 1 month ago

On Linux Debian .deb packages, the URL should be passed to the Moxin binary as the first argument. Nothing is done with this argument yet.

Not yet sure how to obtain the URL argument passed in on macOS.