RLSOK 1.0
RLSOK 1.0
This is the first public, installable RLSOK 1.0 product release. It contains the ROS 2 runtime package and the Windows x64 web/API/control-plane delivery.
Verified source
- Runtime
main:b334bc9dbaec4d730d467171c7bd9e1e633954d4 - Cloud/web/API
main:a4280f21e570daee275617549ba24236c2766584 - Runtime main CI: https://github.com/realitywarden/rlsok/actions/runs/30688995834
- Cloud main CI: https://github.com/realitywarden/rlsok-cloud/actions/runs/30689149866
Both post-merge main runs passed. The cloud run includes a live ROS 2 Jazzy DDS graph, live JointState input, Shadow Mode with zero goals, atomic Permit consumption, one successful FollowJointTrajectory goal and terminal result, revocation denial with no second goal, and three-record Evidence-chain verification. The controller was a software process; no physical hardware moved.
Runtime installation
Download realitywarden-rlsok-1.0.0.tgz, verify it with SHA256SUMS, then run:
npm install --global ./realitywarden-rlsok-1.0.0.tgz
rlsok --helpNode.js 22 or later is recommended. ROS 2 execution requires a supported ROS 2 environment; the release gate was verified on Ubuntu 24.04 with ROS 2 Jazzy and rmw_fastrtps_cpp.
Web/API/control-plane installation
Download and verify rlsok-cloud-1.0.1-windows-x64.tar.gz, then extract it:
tar -xzf rlsok-cloud-1.0.1-windows-x64.tar.gz
Set-Location rlsok-cloud-1.0.1-windows-x64
Get-Content commands/README.txtRequirements are Node.js 22.12 or later and PostgreSQL 16 or later. Set DATABASE_URL, run commands/migrate.ps1, create the first real administrator with commands/create-user.ps1, and start with commands/start.ps1.
rlsok-1.0.0-ci-evidence.zip contains the sanitized post-merge CI and live-DDS release evidence. rlsok-1.0.0-release-manifest.json binds every delivery to the tested main commits.