Manage Device Agent
Last updated
Was this helpful?
Last updated
Was this helpful?
The Device Agent is a program that runs on your computer and applies the policies defined in Subrosa to protect you while using AI tools.
It can see your traffic to AI providers (but only AI providers) and applies the defined policies and their corresponding actions transparently, you won't know it is there unless it takes an action.
The agent is built to be privacy respecting, it only looks at traffic to a defined set of and never sends data off your device.
It is also very light on system resources.
You can create a Device Agent from the Device Agent
page. A valid device contact email needs to be provided at this step.
Follow the download links on the Device Agent
page for your Operating System.
Having trouble downloading the Device Agent? Contact us at
See
You can delete a Device Agent
from the Device Agent List
through the option menu next to a Device Agent
item.
This will remove it from Subrosa, it will no longer be able to send data.
To remove it from your local machine:
Type sr-agent uninstall
and hit <enter>
Follow the prompts
If you want to stop the agent on your local device without unlinking it
Windows
Open a Terminal as an Administrator
Press the Windows Start button at the bottom left
Type in "Command Prompt"
Right click on Command Prompt and click "Run as administrator"
Click Yes if the Windows 10 User Account Control prompt is displayed
Type sc stop SubrosaService
and hit <enter>
It can be restarted with sc start SubrosaService
Mac
Open a Terminal
Type sudo launchctl stop ai.subrosa.service
and hit <enter>
It can be restarted with sudo launchctl start ai.subrosa.service
Linux
Open a Terminal
Type sudo systemctl stop subrosa
and hit <enter>
It can be restarted with sudo systemctl start subrosa
See
See
Open a Terminal ( if you do not know how)