Manage Device Agent
What is the Device Agent?
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 AI providers and never sends data off your device.
It is also very light on system resources.
Create a Device Agent
You can create a Device Agent from the Device Agent
page. A valid device contact email needs to be provided at this step.
Downloading the Device Agent
Follow the download links on the Device Agent
page for your Operating System.
Having trouble downloading the Device Agent? Contact us at help@subrosa.ai
Install the Device Agent
Authenticate the Device Agent
Update the Device Agent
Delete Device Agent
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:
Open a Terminal (see here if you do not know how)
Type
sr-agent uninstall
and hit <enter>Follow the prompts
Stop the Device Agent Process on Device
If you want to stop the agent on your local device without unlinking it
The agent integrates with the process managers of the operating systems we support, so you will be interacting with these to control its lifecycle
On Windows that is the Windows Service Manager and its frontend
sc
On Mac that is
launchd
and its frontendlaunchctl
On Linux that is
systemd
and its frontendsystemctl
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
Last updated