Specialist sibling to CloudEAI

A local Rust coder. Not a chatbot.

RustEAI is a LoRA on Qwen2.5-Coder-0.5B, trained for Rust, wgpu, naga, and winit. It stays on your Mac. Name a function signature. Get code back.

Apple Silicon No ads No account Local LoRA · ~64 MB
RustEAI

Local · MPS

Ask for a function, not small talk.

fn add_opt(a: Option<i32>, b: Option<i32>) -> Option<i32> {
    if let (Some(a), Some(b)) = (a, b) {
        Some(a + b)
    } else {
        None
    }
}
About

Instruction in. Rust out.

CloudEAI is a general local-first assistant. RustEAI is the narrow tool beside it: one-shot ### Instruction / ### Response generation for Rust APIs, not a chat persona.

  • 511M total Qwen2.5-Coder-0.5B plus a 17.6M LoRA. The zip is the adapter and launcher.
  • Pinned crates wgpu 24.x, naga, winit. Ask for one function. Keep greedy on.
  • Runs beside CloudEAI Same Mac, same calm chrome, rust accent. No cloud proxy.
Privacy

Your prompts never leave this Mac.

The download is a macOS app bundle with the LoRA and a launcher. Inference uses Apple MPS. The first run may fetch the base coder weights from Hugging Face onto this computer. There is no analytics, no ads, and no account.

RustEAI for macOS

Download the local coder.

Apple Silicon, macOS 13 or later. The bundle is unsigned: right-click the app and choose Open if Gatekeeper warns. Double-click starts a Terminal session, loads the adapter, then opens the local UI.

Download RustEAI.zip ~64 MB zip of RustEAI.app (LoRA + launcher). Python 3.12 and the project virtualenv on this Mac are still required to serve the UI. Ad-free. Tracking-free.