Linuxverified
Go 1.26+, Python 3.12+, Git
The main platform. The core runs as a systemd service on a production server, scheduled jobs execute, and a channel crash is picked up by the service manager.
$ git clone https://github.com/nobi-k/interclaw && cd interclaw$ make build$ ./bin/interclaw setup
Windowscross-build
Windows 10/11, Python 3.12+
The cross-build and the installer are produced, and the Python interpreter is chosen during setup. We have no live machine to run it on, so we do not write «works».
$ make build-windows
Serververified
systemd, a dedicated service user
The working mode for a pilot: a service under its own user, ProtectHome=true, plugins and skills stored in the data directory rather than in a home folder.
$ systemctl status interclaw
Browser extensionverified
Chrome or compatible
A panel beside the page. It reaches only the core's local address and only with a token: a port without a token is reachable by any open tab.
Web interfaceverified
any browser
The chat page is served by the core itself on 127.0.0.1. The address is nailed into the code and is not exposed outward.
$ ./bin/interclaw serve
Androidskeleton
-
The client skeleton is in the repository but has never once been built: the build machine has no SDK. Calling it an application would be wrong.