HORUS v0.1.6-alpha #23
whochangedmycode
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HORUS v0.1.6 Release Notes
Release Date: December 2025
28 commits since v0.1.5
Highlights
This release brings major improvements to simulation capabilities, ultra-low-latency networking, Python bindings, and cross-platform installation. Key highlights include:
New Features
Ultra-Low-Latency Networking with io_uring
Complete io_uring implementation for Linux systems:
io-uring-netfeature flagsim3d - Production-Ready 3D Simulator
A complete 3D robotics simulator built with Bevy 0.15 and Rapier3D:
17 Sensor Types:
RL/ML Integration:
Asset Support:
Physics:
sim2d Improvements
Scheduler - Opt-in Learning Phase
The adaptive learning phase is now opt-in instead of always-on:
This provides better control for:
Python Bindings - Network Support
Full network communication support in Python:
New Built-in Nodes
HORUS now includes 37+ production-ready nodes:
New in v0.1.6:
KeyboardInputNode- Terminal keyboard capture (crossterm-based)JoystickInputNode- Gamepad/joystick support (gilrs-based)Categories:
Improvements
Universal Installation Script
The installer now supports platform profiles for different deployment targets:
Auto-detection for:
New Features:
Dashboard/TUI Updates
horus profilecommand for system profilingDocumentation
Breaking Changes
horus_mcp Extracted
The
horus_mcpdevelopment tooling has been moved to a separate repository. If you were using the MCP server for development, install it separately:Topic Naming
Topic names now use
.instead of/as separators internally. This is handled automatically but may affect debugging output:Performance
Bug Fixes
Upgrading
Select your platform profile:
Dependencies Updated
What's Next (v0.1.7 Preview)
Links
Full Changelog: v0.1.5...v0.1.6
This discussion was created from the release HORUS v0.1.6-alpha.
Beta Was this translation helpful? Give feedback.
All reactions