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