Releases: mergeos-bounties/Lappa
Release list
v0.4.31
Lappa binaries
| File | Platform |
|---|---|
lappa-windows-x64.exe |
Windows 10/11 x64 |
lappa-linux-x64 |
Linux x64 (glibc) |
Run
Windows: double-click or .\lappa-windows-x64.exe to open the Qt desktop IDE.
Linux:
chmod +x lappa-linux-x64
./lappa-linux-x64CLI: ./lappa-windows-x64.exe demo · ./lappa-linux-x64 ros2 list
Data folder is created beside the binary: lappa_data/ (demos, workspaces).
Full Changelog: v0.4.30...v0.4.31
Lappa v0.4.30
Lappa 0.4.30
Lappa is a desktop ROS2 package IDE. This release focuses on a professional first-run experience, a denser IDE workflow, reliable Docker diagnostics, and an RViz-style native simulation view.
Highlights
- First-run Welcome screen with workspace and package entry points.
- Compact VS Code-style explorer, source editor, AI chat, and live simulation layout.
- OBJ, STL, DAE, and URDF text plus 3D preview in the same editor pane.
- RViz-style grid, axes, lidar, obstacles, trajectory, and camera controls.
- Docker status for CLI, daemon, Compose, image, container health, and active ROS2 launch.
- Verified real ROS2 build and launch flow for
diff_drive_2win Docker. - PID-safe process-group shutdown with no remaining simulation nodes or zombie processes.
- Rich trajectory CSV export and a repository-aware
list-demosCLI command.
Downloads
| File | Platform |
|---|---|
lappa-windows-x64.exe |
Windows 10/11 x64 |
lappa-linux-x64 |
Linux x64 (glibc) |
SHA256SUMS.txt |
SHA-256 verification |
On Windows, double-click the executable to open the IDE. On Linux, mark the binary executable before launching it. Docker is optional; native simulation and package editing work without a host ROS2 installation.
Verification
- Ruff lint
- Python compile check
- Full Pytest suite
- PyInstaller Windows smoke test
- Docker Desktop build, healthcheck, ROS2 launch, status, and shutdown audit
Full changelog: v0.4.29...v0.4.30
Lappa v0.4.29
Lappa binaries
| File | Platform |
|---|---|
lappa-windows-x64.exe |
Windows 10/11 x64 |
lappa-linux-x64 |
Linux x64 (glibc) |
Run
Windows: double-click or .\lappa-windows-x64.exe to open the Qt desktop IDE.
Linux:
chmod +x lappa-linux-x64
./lappa-linux-x64CLI: ./lappa-windows-x64.exe demo · ./lappa-linux-x64 ros2 list
Data folder is created beside the binary: lappa_data/ (demos, workspaces).
Full Changelog: v0.4.28...v0.4.29
Lappa v0.4.28
Lappa binaries
| File | Platform |
|---|---|
lappa-windows-x64.exe |
Windows 10/11 x64 |
lappa-linux-x64 |
Linux x64 (glibc) |
Run
Windows: double-click or .\lappa-windows-x64.exe to open the Qt desktop IDE.
Linux:
chmod +x lappa-linux-x64
./lappa-linux-x64CLI: ./lappa-windows-x64.exe demo · ./lappa-linux-x64 ros2 list
Data folder is created beside the binary: lappa_data/ (demos, workspaces).
Full Changelog: v0.4.27...v0.4.28
Lappa v0.4.27
Lappa binaries
| File | Platform |
|---|---|
lappa-windows-x64.exe |
Windows 10/11 x64 |
lappa-linux-x64 |
Linux x64 (glibc) |
Run
Windows: double-click or .\lappa-windows-x64.exe to open the Qt desktop IDE.
Linux:
chmod +x lappa-linux-x64
./lappa-linux-x64CLI: ./lappa-windows-x64.exe demo · ./lappa-linux-x64 ros2 list
Data folder is created beside the binary: lappa_data/ (demos, workspaces).
What's Changed
- feat: implement workspace multi-root API with sandboxing #13 by @JHON12091986 in #20
- URDF: parse links and draw simple sticks by @naninu123 in #22
New Contributors
- @JHON12091986 made their first contribution in #20
- @naninu123 made their first contribution in #22
Full Changelog: v0.2.1...v0.4.27
v0.2.1
Lappa binaries
| File | Platform |
|---|---|
lappa-windows-x64.exe |
Windows 10/11 x64 |
lappa-linux-x64 |
Linux x64 (glibc) |
Run
Windows: double-click or .\lappa-windows-x64.exe (opens IDE in browser on http://127.0.0.1:8840)
Linux:
chmod +x lappa-linux-x64
./lappa-linux-x64CLI: ./lappa-windows-x64.exe demo · ./lappa-linux-x64 ros2 list
Data folder is created beside the binary: lappa_data/ (demos, workspaces).
Full Changelog: https://github.com/mergeos-bounties/Lappa/commits/v0.2.1