skillfed

nxplora

NX — the operator. Terminal CLI for the Nexplora model layer.

nxplora v0.15.264 94.1K downloads/30d#13,342 on PyPI
License unclear Proprietary Active released

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 nxplora

uv

uv add nxplora

poetry

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 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

Environment :: ConsoleIntended Audience :: DevelopersOperating System :: MacOS :: MacOS XOperating System :: Microsoft :: WindowsOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3

Tags

nexplora terminal cliai operating system cliterminal ai assistantnexplora gateway accessstreaming ai responses terminal
cliai-platformstreaming

More Terminals packages