nxplora
NX — the operator. Terminal CLI for the Nexplora model layer.
What it is and what it does
NX is a command-line interface to the Nexplora AI platform, marketed as an 'AI Operating System for business operators.' It authenticates via OAuth device flow or API key and streams responses from Nexplora's model layer directly into your terminal. The package handles routing, billing, and model selection through Nexplora's gateway, abstracting away those details from the user.
The implementation is built on a substantial stack: httpx and requests for HTTP, textual and prompt_toolkit for terminal UI, playwright for browser automation, and cryptography plus keyring for credential management. It targets macOS, Windows, and Linux and supports current Python versions (3.8+). The package is actively maintained and carries no known vulnerabilities.
Use it for:
- Query AI models interactively from the terminal without leaving your shell or writing integration code.
- Prototype and test Nexplora's model capabilities before integrating them into a larger application.
- Stream long-form AI responses directly to your terminal with formatted output via rich.
- Manage authentication and billing through Nexplora's gateway without handling credentials directly.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
NX is a terminal CLI that connects to the Nexplora AI platform, allowing you to send requests and receive streamed responses directly in your terminal using OAuth or API key authentication.
Yes, if you have a Nexplora account and want a lightweight terminal interface to their platform. The low install friction and active maintenance are favorable. However, the proprietary license and unclear licensing terms mean you should verify Nexplora's usage policies before relying on it in production. The 11 runtime dependencies add complexity; evaluate whether the convenience of a CLI outweighs the dependency footprint for your use case.
Install
nxplora on PyPI
pip
pip install nxplorauv
uv add nxplorapoetry
poetry add nxploraInstalling nxplora
Before you install
Low install friction with a pure-Python wheel. Active maintenance (released 3 days ago). Depends on 11 runtime packages including httpx, requests, textual for UI, and playwright for browser automation—a substantial dependency footprint that may add setup complexity.
License in practice
Licensed as Proprietary with unclear treatment. You should review Nexplora's terms before deploying in production or redistributing; the license status does not appear to be open-source.
Quickstart
pip install nxplora
python -c "import nxplora; # Authenticate via OAuth device flow or API key, then use CLI commands"
Requires Python >=3.8. Playwright dependency may require browser binary installation. Authentication credentials (OAuth or API key) must be configured before use.
Verify before relying
- Whether Playwright browser binaries are automatically installed or require manual setup.
- What specific Nexplora account setup or API key provisioning is needed before first use.
- Whether the CLI works offline or requires continuous gateway connectivity.
- Scope and limitations of the model access provided through the Nexplora gateway.
Package facts
| License | Proprietary (unclear) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 11 — httpx, requests, dnspython, rich, textual, prompt_toolkit, supabase, keyring, cryptography, playwright, pynput |
| Maintenance | actively maintained — 3 days since the last release |
| First released | |
| Downloads | 94,100/month — #13,342 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nxplora-0.15.264-py3-none-any.whl
Tags
More Terminals packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
richRich renders styled text, tables, progress…
permissive · top 100 on PyPI
coloramaColorama makes ANSI escape sequences for…
permissive · top 100 on PyPI
wcwidthMeasures the displayed width of Unicode strings…
permissive · top 1,000 on PyPI
ptyprocessRun a subprocess in a pseudo terminal (pty) and…
permissive · top 1,000 on PyPI
pexpectPexpect spawns and controls interactive console…
permissive · top 1,000 on PyPI
omnigent-ui-sdkProvides terminal UI components built on Rich…
unclear · top 15,000 on PyPI
omnigentOmnigent is an open-source orchestration layer…
permissive · top 15,000 on PyPI
terminaltexteffectsRenders animated visual effects for text…
permissive · top 15,000 on PyPI
questoQuesto provides modular, extensible CLI prompt…
permissive · top 15,000 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
bingo-aibingo is an AI-powered red team terminal that…
permissive · top 15,000 on PyPI
uipath-llm-clientA Python client for accessing LLMs through…
unclear · top 5,000 on PyPI
pairmuxpairmux lets AI agents control interactive…
permissive · top 15,000 on PyPI
kimi-cliKimi CLI is a terminal-based AI agent that…
unclear · top 15,000 on PyPI
pastelPastel adds colored text output to terminal…
permissive · top 5,000 on PyPI