OraxPointer pairs a full IDE with an AI agent that plans, edits and reviews across your whole project — running on your own server or local machine. Your code never leaves your infrastructure.
Hand off whole tasks to OraxPointer while you focus on decisions — every change reviewed by you before it lands.
Describe a task in plain language. The agent reads your file tree, plans which files matter, and proposes edits or new files across up to 10 files at once — all behind a combined diff preview. No silent writes, ever.
Learn about the Composer →A specialized fast code model serves ghost-text completions in ~150ms from your Orax GPU — press Tab and keep flowing. Smart caching avoids duplicate calls, and nothing is sent without a secret scan.
Learn about Tab →Type @workspace and the answer is grounded in your actual files — smart retrieval picks the most relevant code without heavy indexing. Streaming answers, word by word.
Learn about workspace retrieval →Describe what you want and get the exact command for your OS. Dangerous commands are flagged in red, nothing executes without your explicit click — and every decision is audit-logged.
Learn about the terminal assistant →OraxGate, local Ollama, OpenAI, OpenRouter — or any OpenAI-compatible endpoint. You choose the models and the prices. No vendor lock-in.
Local-only by default. The only suggested cloud is your own server via OraxGate. Automatic secret scanning blocks credentials from ever reaching a model.
Per-model pricing, budgets and rate limits on your OraxGate. A customer portal shows your spend transparently — no surprise bills.
API keys live in Windows Credential Manager — never in settings files, never in your dotfiles, never in a sync service.
Everything you expect from a modern AI IDE — plus what a cloud-only product can never give you.
| Feature | OraxPointer | Cursor |
|---|---|---|
| Tab autocomplete | ✔ | ✔ |
| Streaming AI chat | ✔ | ✔ |
| AI edits with diff preview | ✔ | ✔ |
| Multi-file Agent / Composer | ✔ | ✔ |
| Workspace understanding | ✔ | ✔ |
| Runs fully on your own server | ✔ OraxGate / Ollama | ✘ cloud only |
| 100% local mode (no internet) | ✔ by default | ✘ |
| Secret scan before sending | ✔ built in | ✘ |
| Forced monthly subscription | ✘ none | $20+/month |
| Transparent usage portal | ✔ full transparency | ✘ |
Everything above ships today — in one build, on your infrastructure.
Download the installer and run it — under a minute.
Sign up and get your OraxGate API key instantly — with a free starter budget.
Autocomplete, chat, edits and the Composer work instantly. Try @workspace in the chat.
{
"oraxPointerAI.provider": "oraxgate",
"oraxPointerAI.localOnly": false,
"oraxPointerAI.oraxgate.baseUrl": "https://oraxgate.com/v1",
"oraxPointerAI.oraxgate.model": "code",
"oraxPointerAI.autocomplete.model": "fast"
}