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