Anansi Core
Control Panel
Menu
Worker Builder
Worker builder
Build a minimal bootstrap installer for a worker host. The installer prompts for service mode at startup, installs a self-contained worker in the current directory for manual mode, and still lets job type packages and runtime settings sync from the server after first connect.
Configuration
These fields mirror the worker runtime settings currently supported by the spider.
Output
Download an installer script or copy the derived env, launch command, and service unit. Manual installs create a self-contained worker in the directory where the script is run.
Ready
Notes
Current worker runtime behavior reflected by this page.
Workers start in pending state and must be approved before they can claim work. The bootstrap only handles first install, startup wiring, and generating run.sh.
The worker ID is cached on disk per API_BASE_URL and WORKER_NAME, so restarts on the same host reuse the same worker identity. Multiple workers on one host are supported by giving each one a different name and install/state path.
The installer downloads a minimal worker runtime bundle from the server. After startup, workers install package-backed handlers from the control plane and auto-discover capabilities from registered entry points.