An open API service indexing awesome lists of open source software.

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

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.

[![Test Go status](https://github.com/arduino/arduino-app-cli/actions/workflows/go-test.yml/badge.svg)](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