--- id: nxplora version: "0.15.264" license: Proprietary license_treatment: unclear maintenance: active --- # nxplora — NX — the operator. Terminal CLI for the Nexplora model layer. License: unclear · Maintenance: active · Downloads: 94.1K/mo ## 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 above — 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 pip install nxplora uv add nxplora poetry add nxplora ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 94.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags nexplora terminal cli, ai operating system cli, terminal ai assistant, nexplora gateway access, streaming ai responses terminal, cli, ai-platform, streaming [View on SkillFed](https://skillfed.io/packages/nxplora) · [View on PyPI](https://pypi.org/project/nxplora/)