Skip to main content

TaurusX OS

Device
Agents

Native agents that execute TEE actions directly on your device — no cloud intermediary required for local operations.

🍎

macOS Agent

AppleScript, NSWorkspace, Accessibility API, and screencapture integration.

🪟

Windows Agent

PowerShell, COM automation, WinRT, and Win32 UI Automation.

📱

Mobile Agent

iOS and Android bridge via native SDK and FCM/APNs push channel.

⌨️

Terminal Agent

Headless shell environment — RunScript, OrganizeFiles, and sendmail.

Quick Start

agent-setup.sh
1// Start the macOS agent
2export DEVICE_ID=<registered-device-id>
3export USER_ID=your-user-id
4export TEE_BASE_URL=http://localhost:3001
5
6npx ts-node agents/agent-macos/index.ts

Build your own agent