ghostfox (Python)
Python surface for the Ghostfox agent-native stealth browser.
import ghostfox
# one-time: download the prebuilt engine + runtime (Linux x86_64)
ghostfox.install_engine()
ghostfox.install_runtime()
fox = ghostfox.GhostfoxMCP()
sid = fox.session_create(platform="android") # coherent mobile persona
page = fox.page_open(sid, "https://example.com")
print(fox.page_snapshot(sid, page)["content"])
fox.page_screenshot(sid, page) # evidence + live view
fox.close()
Zero Python dependencies — it drives the Rust MCP runtime over stdio, the same server AI agents use.
Release files for ghostfox 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ghostfox-0.5.0.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghostfox-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / ghostfox-0.5.0.tar.gz
| Download URL | ghostfox-0.5.0.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bce89d1776e6678a2a328d5035bccaa8bffefd9f24cd047c77f6999f288f2ab9
|
|
BLAKE2b-256 checksum How to use checksums |
a5e8d70bb960d56f8042232f308fa347f26dc15881c97896150623c6d25d719f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / ghostfox-0.5.0-py3-none-any.whl
| Download URL | ghostfox-0.5.0-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
05eef1e6ccfb6bc4eac80e9716c7b4b4c6f7b86c2b609ca1b7106b3e9332fcc6
|
|
BLAKE2b-256 checksum How to use checksums |
1a8fe30081c01efc4e5de8355afad22f68e23cc0862c4e9d1532f31b93f18aed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|