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.2.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.2.0.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghostfox-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.3 kB
Release files / ghostfox-0.2.0.tar.gz
| Download URL | ghostfox-0.2.0.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ca1eb49687eb5d947117b04cedf570268da3a0ab707ada89b7b3dd5081b2a54
|
|
BLAKE2b-256 checksum How to use checksums |
74f561fa6cd096ea0e88a77dd03d0aedf68c23cba2a2278e3bca8c6b51a5bc97
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / ghostfox-0.2.0-py3-none-any.whl
| Download URL | ghostfox-0.2.0-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
525c53229032063b4722f1ea9f936c62df2f5aec70339a9bdafd820772b83de4
|
|
BLAKE2b-256 checksum How to use checksums |
aa3763d30f18a939a08254807ecda8c7f0cb08b8bc3ba28a868521fb58b46c6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|