Orchid Desktop · 1.0

Orchid, on your
desktop. No cloud.

A friendly local chat app for the Orchid model — download, open, and start talking. The model runs entirely on your machine, so nothing leaves your computer.

⚛ Builds are in final packaging — links go live with the public release. macOS is on the roadmap.

[ Orchid Desktop — app screenshot ]
drop a UI screenshot of the chat window here

Private

Runs on your machine

No account, no cloud, no data leaving your device. Works offline.

Light

4 GB VRAM or CPU-only

Bundles the ternative engine — runs on hardware you already own.

Open

Apache 2.0

Free for personal and commercial use. Weights and engine are public.


For technical users

Prefer to build it yourself?

Grab the raw weights and run them through the engine directly. You'll need both Orchid model files and a ternative build.

Model · weights

Orchid 1.0 weights

The I2_S base GGUF (~1.1 GB) plus the aligned LoRA adapter (~90 MB), hosted on Hugging Face.

bash
huggingface-cli download MicheRomChis/orchid-1.0 \
  ggml-model-i2_s.gguf dpo_aligned-lora.gguf \
  --local-dir ./orchid-models
Open on Hugging Face ↗
−10+1 Engine · source

ternative engine

Clone and build the C++17 / CUDA engine, then point it at the weights. Windows & Linux.

bash
git clone --depth 1 \
  https://github.com/michelangeloromerochisco/ternative
cmake -B build -DCMAKE_BUILD_TYPE=Release \
  && cmake --build build --parallel

System requirements

Modest by design.

Orchid was built to run on consumer hardware. No discrete GPU is required — CPU-only mode runs at ~6 tok/s.

MinimumRecommended
GPU VRAM0 (CPU)4 GB
RAM8 GB16 GB
Storage1.3 GB2 GB
OSWin / Linux