solari-desktop (Python)
Python SDK for Solari Desktop — managed, hardware-isolated Linux desktops
with a computer-use action API (mouse, keyboard, screenshot), driven over a
WebSocket control channel. Mirrors the TypeScript @solarisdk/desktop package.
Install
pip install solari-desktop
Quickstart
import asyncio, os
from solari_desktop import DesktopClient
async def main():
client = DesktopClient(api_key=os.environ["SOLARI_API_KEY"])
desktop = await client.create() # managed Linux desktop
await desktop.connect()
await desktop.screenshot()
await desktop.kill()
asyncio.run(main())
DesktopClient(...) accepts api_key, base_url (default
https://api.getsolari.com), and call_timeout_ms. The same slr_live_… key
authenticates against both the browser and desktop/sandbox APIs.
Docs: https://getsolari.com
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file solari_desktop-0.2.0.tar.gz.
File metadata
- Download URL: solari_desktop-0.2.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec6c93c26c6782bd9ae2827903fb1dbc3dd20587af8cdf02f835e238b43f7120
|
|
| MD5 |
e7365984e259b0c7d51f8fda26f77864
|
|
| BLAKE2b-256 |
e516ac9d1e9c8d2c9d2b816a9fac4a2bba3a356ed67417861d9b521017d5b4bc
|
File details
Details for the file solari_desktop-0.2.0-py3-none-any.whl.
File metadata
- Download URL: solari_desktop-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e79a340242b71884bc9adc619ec8e818e245b3fc19105c54ad6bb766f9fcc86
|
|
| MD5 |
31124e9bc7dde6d226cf17bd957d61a9
|
|
| BLAKE2b-256 |
b24c92489330479d87917b4c05679fad3280d2b40817e0ce30d1408e3a2f4db6
|