https://github.com/arduino/arduino-app-cli
The CLI and service that manages and runs Arduino Apps on UNO Q
https://github.com/arduino/arduino-app-cli
arduino embedded embedded-systems microcontroller sbc
Last synced: 4 months ago
JSON representation
The CLI and service that manages and runs Arduino Apps on UNO Q
- Host: GitHub
- URL: https://github.com/arduino/arduino-app-cli
- Owner: arduino
- License: gpl-3.0
- Created: 2025-10-14T08:10:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T15:57:22.000Z (5 months ago)
- Last Synced: 2026-01-12T20:15:22.758Z (5 months ago)
- Topics: arduino, embedded, embedded-systems, microcontroller, sbc
- Language: Go
- Homepage:
- Size: 27.9 MB
- Stars: 15
- Watchers: 3
- Forks: 7
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino App CLI
`arduino-app-cli` is a command line tool running on the [Arduino UNO Q](https://docs.arduino.cc/hardware/uno-q/) boards, that manages and runs Arduino Apps (both Linux and microcontroller parts), provides a HTTP daemon mode to expose RestFul APIs, and auto-updates itself and other components.
[](https://github.com/arduino/arduino-app-cli/actions/workflows/go-test.yml)
## Docs
For guidance on installation and development, see the [User documentation].
## Quickstart
// TODO
## How to contribute
Contributions are welcome!
Please read the [Contributor Guide] document, which will show you how to build the source code, run the tests, and
contribute your changes to the project.
:sparkles: Thanks to all our [contributors]! :sparkles:
## Security
If you think you found a vulnerability or other security-related bug in the Arduino CLI, please read our [security
policy] and report the bug to our Security Team 🛡️ Thank you!
e-mail contact: security@arduino.cc
## License
Arduino App CLI is licensed under the GPL-3.0 license.
You can be released from the requirements of the above license by purchasing a commercial license. Buying such a license
is mandatory if you want to modify or otherwise use the software for commercial activities involving the Arduino
software without disclosing the source code of your own applications. To purchase a commercial license, send an email to
license@arduino.cc
[user documentation]: docs/user-documentation.md
[contributor guide]: docs/CONTRIBUTING.md
[security policy]: https://github.com/arduino/arduino-app-cli/security/policy
[contributors]: https://github.com/arduino/arduino-app-cli/graphs/contributors