maziluiosif

Oxi — AI skill for Claude Code

AI community

Native, local-first coding-agent desktop app in Rust (egui) — run any model: local GGUF, Ollama/LM Studio, SSH-tunneled runtimes, hosted APIs, or Claude Code / Cursor / Codex over ACP.

How to install Oxi

This entry records only its repository, not the path inside it, so there is no exact command to give. Open maziluiosif/oxi and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Oxi does

Native, local-first coding-agent desktop app in Rust (egui) — run any model: local GGUF, Ollama/LM Studio, SSH-tunneled runtimes, hosted APIs, or Claude Code / Cursor / Codex over ACP. No Electron, no cloud lock-in.

Alternatives in AI

  • Omniget — Udemy & Hotmart course downloader, YouTube downloader (yt-dlp GUI, 1,800+ sites) + desktop app for AI agents 13.9k ★
  • Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
  • Optimization — ai-research-skills AWQ, GPTQ, GGUF, Flash Attention, bitsandbytes 5.4k ★

README

[![CI](https://github.com/maziluiosif/oxi/actions/workflows/ci.yml/badge.svg)](https://github.com/maziluiosif/oxi/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Website](https://img.shields.io/badge/website-maziluiosif.github.io%2Foxi-e26a2c)](https://maziluiosif.github.io/oxi/)

**Project page: [maziluiosif.github.io/oxi](https://maziluiosif.github.io/oxi/)** · **[Download a release](https://github.com/maziluiosif/oxi/releases)** · [Build from source](#build-and-run-from-source)

**oxi** is a native, local-first coding agent. One Rust binary, no Electron, ~110 MB idle.

  • Light and fast: Rust + egui, a single native binary with no bundled browser engine.
  • Runs your models for you: search HuggingFace for GGUF, download it, install a matching llama-server, start and stop it, all from the UI, either on this machine or on a GPU box over SSH. It also talks to LM Studio and Ollama.
  • Or use the subscription you already pay for: drive Claude Code, Cursor, or Codex CLI in-app over ACP, sign in to ChatGPT/Codex directly, or point it at any hosted API.
  • Voice dictation built in: local Whisper, no cloud round-trip.
  • Web search with no API key: the agent searches through Bing, DuckDuckGo, or your own self-hosted SearXNG. No search API to sign up for, no key to paste, no per-query billing.

![oxi demo](assets/demo/demo.gif)

![oxi chat UI](assets/screenshots/chat.png)

Install

Build and run from source

Requirements:

  • Rust 1.92 or newer (the crate uses edition 2024). Install it with rustup, then confirm with rustc --version.
  • a desktop environment supported by eframe
  • native C/C++ build tools, required by the local Whisper voice-dictation dependency

Windows prerequisites

Install LLVM/libclang and CMake from PowerShell:

winget install --id LLVM.LLVM -e
winget install --id Kitware.CMake -e

Y