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.3.1
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.3.1.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghostfox-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.6 kB
Release files / ghostfox-0.3.1.tar.gz
| Download URL | ghostfox-0.3.1.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f346ddebdc31af3c0e1f3fc0fcaf82d3b08f0d0e4486a017e329a5ae97c410e7
|
|
BLAKE2b-256 checksum How to use checksums |
6126b772fa3685a19c389fb869d31b5a4da2d9a405b42d2592f3d9742f627ee8
|
| 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.3.1-py3-none-any.whl
| Download URL | ghostfox-0.3.1-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0686863e3e5a1d9c1083c1a340b237624e1f33d4bf32a2c2a82fb2e6543160c7
|
|
BLAKE2b-256 checksum How to use checksums |
a4a48e9bed8205a4f62ccf902e695a519371aed483433bccfa0ebadbafdaf4be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|