Bancada - An awesome Arduino IDE.

Arduino workbench: code editing, library management (registry + local), compile/flash, serial monitor, board utilities. Tauri 2 + Rust + React. - /bancada

Add a comment

Replies

Best
Working with the Arduino IDE makes me feel I am in 1999. So I started building Bancada.

A small thing that would save me a lot of clicking: project-level library pinning. Right now I think it relies on the registry, but locking specific library versions per sketch (saved next to the .ino or in a bancada.toml) would make it way easier to share code with teammates and avoid "works on my machine" surprises when the registry updates.