NTXM Logo
NTXM BROWSER MINI • PORT 9090 API

A Desktop BrowserBuilt for API Control.

NTXM Browser Mini integrates Chromium (CEF) and Qt 6 with a background REST API server. Control browser tabs, trigger navigation, and extract raw page source dynamically using simple HTTP requests from any script or AI agent.

View API Reference
Browser Mini Home Page

REST API Automation.

Control the browser programmatically using simple GET and POST requests. Spawns an HTTP server on port 9090 by default, allowing you to list tabs, reload pages, go back or forward, and fetch page data with zero complex web drivers.

Browser Startup EfficiencyOptimized Experience
API ServerPort 9090
RuntimeCEF + Qt6
OutputRaw HTML

Built for AI Agents.

Modern workflows require systems and intelligent models that interact with web pages directly. NTXM Browser Mini makes it easy to open new urls, wait for load completion, and parse HTML content with simple endpoint requests.

Multi-Tab ControlSync Page LoadingCustom API
Native Interface

Standard desktop UI,
remotely scriptable.

Manage tabs manually using the clean desktop window layout, or execute actions programmatically. Move between human browsing and script execution seamlessly.

JSON Tab Queries

Retrieve detailed JSON states of all open tabs, including titles, index locations, and active states.

Wait for Document Load

Specify custom navigation delays or query parameters to wait for page load before returning content.

Vertical Space Sandbox
SIDECK KUP / APIConnected
say 'hi'
SIDECK KUP
Premium Workspace Hardware Companion
Dynamic Widget Active StatusActive Task: 01
API ServicePort 9090
HTTP OK

Product Features.

Control every aspect of web page navigation and tab lifecycles using simple HTTP requests.

9090
LOCAL PORT

Embedded REST server listening locally on port 9090.

CEF
CHROMIUM ENGINE

Full compliance with modern CSS, JS rendering, and security standards.

HTML
RAW CONTENT

Extract full webpage source code synchronously with single API calls.

Tab
STATE ENGINE

Spawns new tabs or targets specific index/id sessions dynamically.

Questions Answered

Start NTXM Browser Mini to open the UI window. The automation server runs on port 9090. Execute standard HTTP calls (such as curl to /tabs or /navigate) from Python, Node.js, bash, or your AI frameworks to manage tabs and scrape HTML.
Yes. NTXM Browser Mini runs a fully compliant Chromium runtime, supporting standard multi-tab management, loading modern websites, back/forward history navigation, and active state transitions.
Unlike selenium-based webdrivers that launch heavy automated instances using complex setup configurations, NTXM Browser Mini runs a native Qt6 frame wrapper over CEF with an embedded HTTP server. This lets you inspect the rendering process visually while managing page states using simple HTTP requests from any script.
Absolutely. Since the background automation server operates over standard REST endpoints, you can trigger events, navigate pages, and scrape web pages using standard library requests in Python, Axios in Node.js, or simple fetch queries.
Yes. Powered by the Chromium Embedded Framework (CEF), it supports fully dynamic single-page applications (SPAs), complex React/Vue hydration layouts, and asynchronous AJAX queries natively before returning raw DOM source content.