Releases

Release history.

Every orangu version, its date, and the major features it shipped.

orangu 1.0.0 Latest July 27, 2026
  • A complete stack — Three cooperating programs — orangu, orangu-coordinator, and orangu-server — written end to end in Rust, all under GPL v3.
  • orangu-server: a native GGUF engine — GGUF loading, tokenization, the transformer forward pass, sampling, and request scheduling implemented directly in Rust. No llama.cpp, no ggml, no Python.
  • Five backends — Vulkan, CUDA, OpenCL, and ROCm, plus CPU, with automated cross-verification between them.
  • Model families and quantizations — Llama, Gemma, Qwen, Phi, and Mistral architectures, from F32/F16/BF16 through the K- and I-quant formats.
  • OpenAI-compatible endpoints/v1/chat/completions, /v1/completions, and /v1/embeddings, with prefix caching, persistent slots, and native workspace file operations.
  • Built-in web console — Browser chat with Markdown, syntax highlighting, LaTeX, token rates, and file attachments, embedded in the binary with no build step.
  • Model inventorylist, show, download, delete, prune, suggest, and system for managing local GGUF models and reading your hardware.
orangu 0.11.0 July 13, 2026
  • A lot of token optimizations — Save a lot of tokens for your queries.
  • Coordinator tool — Control multiple LLMs; auto-start when needed.
  • GGUF tool — Control your LLM models.
  • Deep mode for /auto_review — Do deeper reviews of your code.
  • Enhance /build tool — Better incremental builds.
  • New tools /statistics and /schedule — See what you are doing, and schedule your commands.
orangu 0.10.0 July 6, 2026
  • Knowledge graph — Visualize how code is structured.
  • Semantic search — Find code using natural language.
  • Massive improvements to the /build tool - languages and parallel build — Build projects inside orangu.
  • New tool: /shell — Execute shell commands.
  • New tool: /information — Get information about your LLM.
  • Active pull request report — Check the status of all active pull requests.
orangu 0.9.0 June 29, 2026
  • Code duplication report — Eliminate code duplication in your project.
  • Show your code/show will show you Git commits.
  • Review code/review and /auto_review will now show the surrounding code.
  • Compression layer — Save tokens by automatically compress them.
orangu 0.8.0 June 22, 2026
  • Workspace tabs — work on multiple projects at once; /workspace, create workspace, and delete workspace manage tabs from the prompt. Pass -a at startup to restore all tabs from the previous run.
  • Agent skills — drop a SKILL.md into your repo to teach orangu project-specific slash commands, with ghost text and Tab completion included.
  • Issue & PR control/issue adds reviewers, assignees, and labels to GitHub and GitLab issues and pull requests directly from the prompt.
  • Smarter auto-review/auto_review can now ignore files and has improved MIME detection for more accurate coverage.
  • Also: /export ghost and completion, /auto_review immediate, and various bug fixes.
orangu 0.7.0 June 16, 2026
  • AI code review/auto_review reviews your whole branch or a single file, sorting findings into categories you can approve or reject.
  • Bug bisection/bisect drives git bisect from the prompt to find the commit that introduced a bug.
  • One-line installinstall.sh / install.cmd for Linux, macOS and Windows; no build step.
  • Export to PDF/export saves the console output or a review report as a polished PDF.
  • Built-in manual/manual opens the full manual, searchable and fully offline.
  • Also: /get_comments, /pending, and the orangu -s shell-completion flag.
orangu 0.6.0 June 9, 2026
  • GitLab support — drive GitLab through glab, alongside GitHub.
  • Git stash/stash push, pop, list and drop.
  • Shell completionsorangu -s for bash, zsh and fish.
  • Issue & PR control/close issues and PRs, and /restart in place.
  • Session tooling/prune old sessions and highlighted /session listings.
  • Also: /log <n>, /build output, opening files from /review, and /comment bodies from files.
orangu 0.5.0 June 1, 2026
  • Review mode — the full-screen, two-pane /review of your branch.
  • Pull requests/pull_request opens a PR for the current branch.
  • GitHub comments/comment posts comments to GitHub issues.
  • Usage stats/usage reports session time and tokens.
  • Virtual terminal — a wide canvas with horizontal panning for long lines.
  • Also: support for unrecognized models and a customizable banner & feedback layout.
orangu 0.4.0 May 25, 2026
  • Sessions — persistent sessions identified by UUID, with full resume.
  • Auto-resume — branch-aware resumption on startup, with /session Tab completion and empty-session cleanup.
orangu 0.3.0 May 21, 2026
  • History editing/squash branch commits into one, and /amend the last commit message.
  • Pager integrationdelta for /diff and bat for /show_file when installed.
orangu 0.2.0 May 17, 2026
  • Connection control/connect, /disconnect and /reload.
  • Markdown rendering — assistant responses are rendered with terminal styling.
  • Live throughput — the Working @ X.Y t/s indicator while tokens stream.
  • Also: local comment lines that stay out of the conversation.
orangu 0.1.0 May 15, 2026
  • Initial release — an interactive terminal client for local, OpenAI-compatible LLMs, with workspace-aware tools and streaming responses.