
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@aikosia/automaton-daemon
Advanced tools
PLEASE FOLLOW BELOW TUTORIAL ONE TIME setup daemon module.
For this to work, you need to create a .env file at your root project with following variables:
AUTOMATON_DAEMON_HOST=
AUTOMATON_DAEMON_PORT=
AUTOMATON_DEV_PROTOCOL_RANGE=
AUTOMATON_SUPABASE_URL=
AUTOMATON_SUPABASE_KEY=
git clone [url_project]
npm install --verbose
npm install . -g
npm install -g pm2
pm2 startup
follow the guide based on the output, until you copy and run the script as describe by the output.
To confirm that the PM2 startup service is up and running under systemd, run the following command (replace the pm2-[user].service with the actual name of your service, check the output of the previous command):
systemctl status pm2-root.service
pm2 start npm --name "automaton-daemon" -- run "start"
pm2 save
additional, pm2 cleardump for unsaved
pm2 ls
or
pm2 status
FAQs
a daemon which manage browser automaton in server
We found that @aikosia/automaton-daemon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.