← reverseml.online

πŸ¦… PegasusLink mini

A fully offline AI for your own devices β€” laptop, desktop, tablet, phone. No server, no account. Runs on-device.

Version
…
πŸ”’ By author's approval

Downloads are by the author's consent. Send a request below β€” once the author approves it, a personal download link (time-limited) is e-mailed to you. There are no public download links on this page.

Prefer email? Write to info@reverseml.online.

πŸ€— Or download directly β€” no approval needed
open Β· Apache-2.0

The model weights (pegasus-mini-q4.gguf) are public on Hugging Face. Use them straight away with llama.cpp, Ollama, LM Studio or a phone shell β€” no request, no wait.

The form below remains for the native Windows setup.exe app and personalised support.

πŸ”’ Privacy. Trained on general knowledge only (science, code, math) β€” no personal data. Runs fully on your device and never sends your data anywhere.
🧰 Windows app extras. Attach files (text, code, CSV, PDF), images (on-device OCR) and audio/video (on-device Whisper transcription), then ask about them β€” plus an exact chemistry equation balancer that computes on-device, never guesses. All processing runs fully offline on your machine.

πŸ’» Laptop / desktop

# put pegasus-mini-q4.gguf in a folder, then:
printf 'FROM ./pegasus-mini-q4.gguf\nPARAMETER temperature 0.3\nPARAMETER num_ctx 4096\n' > Modelfile
ollama create pegasus-mini -f Modelfile
ollama run pegasus-mini "Explain a Kalman filter in one sentence."

πŸ“± Phone / tablet (Android / iOS)

Loads on demand and unloads when idle β€” it won't hog RAM.

♻️ It keeps getting smarter

New versions are trained alongside the main PegasusLink and published here; your app can check /models/manifest.json for updates.

πŸ€– Embedded & autonomous systems

Because it runs fully on-device and offline, PegasusLink mini can serve as the on-board cognitive layer for autonomous and unmanned systems β€” drones, rovers, robots β€” turning natural-language missions into high-level plans and commands, and learning routines on the device. It is advisory only: in the reference two-tier β€œdevice brain” design it pairs with a deterministic real-time controller and a safety monitor that always retains command β€” the model never actuates directly.

⚠️ Experimental framework β€” not a certified autopilot or ADAS. You are responsible for safe, lawful operation; keep a human in command with an independent manual override.

Base: Qwen2.5-1.5B-Instruct Β· License: Apache-2.0 Β· Β© 2026 Aleksei Elizarov / reverseml.online