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.

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.
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.
Manage tabs manually using the clean desktop window layout, or execute actions programmatically. Move between human browsing and script execution seamlessly.
Retrieve detailed JSON states of all open tabs, including titles, index locations, and active states.
Specify custom navigation delays or query parameters to wait for page load before returning content.
Control every aspect of web page navigation and tab lifecycles using simple HTTP requests.
Embedded REST server listening locally on port 9090.
Full compliance with modern CSS, JS rendering, and security standards.
Extract full webpage source code synchronously with single API calls.
Spawns new tabs or targets specific index/id sessions dynamically.