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 |
| 2 | export DEVICE_ID=<registered-device-id> |
| 3 | export USER_ID=your-user-id |
| 4 | export TEE_BASE_URL=http://localhost:3001 |
| 5 | |
| 6 | npx ts-node agents/agent-macos/index.ts |