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.7.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.7.0.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghostfox-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / ghostfox-0.7.0.tar.gz
| Download URL | ghostfox-0.7.0.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
16afca43772b385063514fa34f73ef990189bbb6626ebee4f595f50c7f00b4e9
|
|
BLAKE2b-256 checksum How to use checksums |
059e51935be101678eafed83a74aeae1076ccc7479337587df79675a19d21588
|
| 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.7.0-py3-none-any.whl
| Download URL | ghostfox-0.7.0-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8db5bebb9b12171eef74aebe3beb32d88abdfe07aa78dafdf3eaae81ca917bd3
|
|
BLAKE2b-256 checksum How to use checksums |
be0959d67e9e2c6801a61170dd7fc18da53f423312e1948d8b7ce4d70d7faeb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|