{"id":49079842,"url":"https://github.com/giacomocavalieri/orbital","last_synced_at":"2026-04-20T12:20:26.580Z","repository":{"id":344842950,"uuid":"1183387839","full_name":"giacomocavalieri/orbital","owner":"giacomocavalieri","description":"⚛️ Build and flash Gleam projects to devices running AtomVM","archived":false,"fork":false,"pushed_at":"2026-04-13T09:09:27.000Z","size":44,"stargazers_count":38,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T10:16:39.969Z","etag":null,"topics":["atomvm","gleam","iot"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/orbital/","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giacomocavalieri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-16T14:59:21.000Z","updated_at":"2026-04-13T09:09:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/giacomocavalieri/orbital","commit_stats":null,"previous_names":["giacomocavalieri/isotope"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/giacomocavalieri/orbital","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomocavalieri%2Forbital","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomocavalieri%2Forbital/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomocavalieri%2Forbital/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomocavalieri%2Forbital/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giacomocavalieri","download_url":"https://codeload.github.com/giacomocavalieri/orbital/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomocavalieri%2Forbital/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32046773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atomvm","gleam","iot"],"created_at":"2026-04-20T12:20:23.497Z","updated_at":"2026-04-20T12:20:26.574Z","avatar_url":"https://github.com/giacomocavalieri.png","language":"Gleam","funding_links":["https://github.com/sponsors/atomvm"],"categories":[],"sub_categories":[],"readme":"# ⚛️ orbital\n\n[![Package Version](https://img.shields.io/hexpm/v/orbital)](https://hex.pm/packages/orbital)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/orbital/)\n\nBuild and flash Gleam projects to devices running [AtomVM](https://atomvm.org).\n\n![A video showcasing the 'orbital' workflow:\nThe command 'gleam run -m orbital flash esp32 --port /dev/tty.usbserial001'\nis ran in a terminal window.\nAfter a short while the message 'Done' is displayed and the command\n'screen' is ran to show that the code was flashed and is running on an esp device\n](https://github.com/user-attachments/assets/5c50358e-31a3-443e-b2da-2f12a58d356b)\n\nAdd it to your project as a dev dependency:\n\n```sh\ngleam add --dev orbital\n```\n\nYour project must have a module with a `start` function that takes no arguments:\n\n```gleam\nimport gleam/io\n\npub fn start() {\n  io.println(\"Hello, from AtomVM!\")\n}\n```\n\nTo build and flash it to a device with the AtomVM firmware installed you can\nrun:\n\n```sh\ngleam run -m orbital flash esp32 --port /dev/some_device\n```\n\nAnd you're good to go! To get an overview of all the available commands and\noptions you can run:\n\n```sh\ngleam run -m orbital help\n```\n\n## FAQ\n\n- **What's AtomVM?**\n\n  AtomVM is a lightweight implementation of the BEAM, optimized to run on tiny\n  micro-controllers. You can read more about it [here!](https://atomvm.org)\n\n- **How can I install AtomVM?**\n\n  To install AtomVM on a device check the\n  [getting started guide.](https://doc.atomvm.org/latest/getting-started-guide.html)\n\n- **Can I run any Gleam program on AtomVM?**\n\n  AtomVM implements a constrained subset of the Erlang's standard library, so if\n  your Gleam code or dependencies use some of the functions that are not\n  supported you will see a runtime error once running it on the device!\n\n  If you see an `undef` error in your stack trace, that most likely means your\n  code used one such function.\n\n- **What can I do to help?**\n\n  AtomVM is a wicked cool project, enabling developers to run Erlang, Elixir and\n  Gleam code on tiny embedded devices, as cheap as 2$!\n  If you think this project is cool, please\n  [consider sponsoring it!](https://github.com/sponsors/atomvm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiacomocavalieri%2Forbital","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiacomocavalieri%2Forbital","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiacomocavalieri%2Forbital/lists"}