ZhangHanDong / moxin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moxin: a Rust AI LLM client built atop Robius

Moxin is an AI LLM client written in Rust to demonstrate the functionality of the Robius, a framework for multi-platform application development in Rust.

⚠️ Moxin is just getting started and is not yet fully functional.

The following table shows which host systems can currently be used to build Robrix for which target platforms.

Host OS Target Platform Builds? Runs?
macOS macOS

Building and Running

First, install Rust.

Then, install the required WasmEdge WASM runtime:

curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --plugins wasi_nn-ggml

source $HOME/.wasmedge/env

Then, on a standard desktop platform (macOS), simply run:

cd ~/moxin
cargo run

About

License:Apache License 2.0


Languages

Language:Rust 100.0%