Kindly IDE v9.1.0
Downloads
| Platform | Download |
|----------|----------|
| macOS (Apple Silicon) |
Kindly-IDE-9.1.0-arm64.dmg || macOS (Intel) |
Kindly-IDE-9.1.0-x64.dmg || Windows |
Kindly-IDE-Setup-9.1.0.exe || Linux (AppImage) |
Kindly-IDE-9.1.0.AppImage || Linux (Debian) |
kindly-ide_9.1.0_amd64.deb |Installation
macOS: Download the
.dmg file, open it, and drag Kindly IDE to Applications.Windows: Download and run the installer
.exe file.Linux:
- AppImage: Make executable with
chmod +xand run - Debian/Ubuntu:
sudo dpkg -i kindly-ide_*.deb
---
Built with electron-builder. Auto-updates are enabled.
What's Changed
- feat(ide): Panel error boundaries, viewport loading overlay, file tree a11y by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/246
- feat(ide): Tabbed settings modal + panel empty states by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/247
- feat(ide): Toast notifications, chat welcome screen, generation cancel by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/250
- fix(ide): Replace native alert/confirm with in-app confirmation dialogs by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/252
- feat(ide): Theme consistency + keyboard dismiss across dialogs by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/254
- feat(ide): Metrics thresholds, readiness panel close, context menu edge fix by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/256
- fix(ide): Replace hardcoded Tailwind colors with CSS variable theming by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/248
- feat(ide): Keyboard shortcuts dialog, statusbar fix, resizable panels by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/249
- feat(ide): Build terminal search, collapsible sections, log export by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/251
- feat(ide): Titlebar unsaved indicator, editor empty state, command palette polish by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/253
- fix(ide): Fix event listener leaks, stale build closure, and walkthrough positioning by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/255
- feat(ide): Theme consistency for import scan, ROS launch, publish, joint & IK controls by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/257
- feat(ide): Import drag-and-drop, browser error state, trajectory theme fix by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/258
- fix(ide): Fix Add Part dialog useEffect bug, add validation and mass guidance by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/259
- feat(ide): Wire real MuJoCo/Isaac Gym previews, time-travel theme, usage limit constant by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/260
- fix(ide): Connect parts dialog validation + context menu keyboard nav by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/261
- fix(ide): Env editor theme, rosbag prompt replacement, xacro import hints by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/262
- feat(ide): Add workspace/task space constraints and velocity limits to IK pipeline by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/263
- feat(ide): Add Task Space panel UI for workspace constraint definition by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/264
- fix(ide): Isaac Gym export uses real robot data + auth limit from profile by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/265
- fix(ide): Trajectory speed takes effect mid-play + telemetry upload stub fix by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/266
- fix(ide): Replace hardcoded Tailwind colors in ros-workspace, simulation, and structure-tree panels by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/267
- fix(ide): Migrate export preview and joint mapping dialogs to CSS variables by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/268
- fix(ide): Replace native alert() with themed dialog + viewport panel theme consistency by @CatsMeow492 in https://github.com/kindlyrobotics/monorepo/pull/269
Full Changelog: https://github.com/kindlyrobotics/monorepo/compare/ide-v9.0.0...ide-v9.1.0