v0.1 is live. v0.2 is already in flight.
Specified in WIT. Implemented on all three hosts. Rolling out as soon as conformance tests go green — no waiting on a 2027 milestone.
ui/render painted into real tool windows on JetBrains and floating windows on Neovim. Same component vocabulary, native pixels.
Long-running stream/* RPCs for log tailing, build output, and incremental search — backpressure-aware on every host.
Read selections, apply edits, decorate ranges, and register code lenses through one editor contract that lowers to each host's native API.
Declarative panel + view registration. One manifest entry, native chrome on every editor.
// Why OXP
The problem is 30 years old. We just solved it.
Portability
One bundle. Every editor. No compromises.
You wrote it once. It runs everywhere. Not mostly everywhere or with a few tweaks — everywhere. The .oxp runtime is a contract, not a suggestion.
- Zero background processes
- Universal API surface
- Portable across every conformant runtime
Modern Stack
Your stack. Not ours.
React, Vite, Tailwind. The tools you already know. No proprietary APIs to memorize, no XML to hand-roll, no webview hacks to maintain. Just code.
- Sandboxed micro-frontends
- Declarative permissions (oxp.config.ts)
- 60fps native rendering
// Trending Extensions
What the community is building
No extensions found matching ""
Try a different search term or browse all extensions
Every AI tool installed into every editor. One command.
// MCP Library
2,514 AI tools. One command.
Every MCP server ever published, indexed daily. While everyone else edits JSON config files, your users type one command.
$ oxp mcp add githubInstantFetch
@modelcontextprotocol
Fetch URLs and convert HTML to markdown so agents can read the live web.
Filesystem
@modelcontextprotocol
Secure local filesystem access for MCP clients. Read, write, search, and watch files within sandboxed directories.
Git
@modelcontextprotocol
Inspect git history, diffs, branches, and blame from any MCP-aware agent without shelling out.
GitHub
@modelcontextprotocol
Issues, pull requests, code search, and repo metadata over the GitHub API as MCP tools.
Memory
@modelcontextprotocol
Persistent knowledge-graph memory store for long-running agent sessions.
Postgres
@modelcontextprotocol
Read-only SQL execution and schema introspection over a Postgres connection.