{"id":28295064,"url":"https://github.com/flipperzero-rs/flipperzero-rs","last_synced_at":"2026-04-21T06:06:59.033Z","repository":{"id":60163613,"uuid":"541352298","full_name":"flipperzero-rs/flipperzero-rs","owner":"flipperzero-rs","description":"Rust on the Flipper Zero","archived":false,"fork":false,"pushed_at":"2026-03-16T11:43:48.000Z","size":1641,"stargazers_count":673,"open_issues_count":29,"forks_count":46,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-03-20T17:29:49.070Z","etag":null,"topics":["embedded","flipperzero","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flipperzero-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["flipperzero-rs"]}},"created_at":"2022-09-26T00:37:23.000Z","updated_at":"2026-03-19T08:52:00.000Z","dependencies_parsed_at":"2023-10-05T07:54:32.606Z","dependency_job_id":"74aed98c-e62a-48cb-a083-5235e755f289","html_url":"https://github.com/flipperzero-rs/flipperzero-rs","commit_stats":{"total_commits":181,"total_committers":13,"mean_commits":"13.923076923076923","dds":0.430939226519337,"last_synced_commit":"bd2139ee9382e543c80ce40408a5a82bab206bc3"},"previous_names":["dcoles/flipperzero-rs","flipperzero-rs/flipperzero"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/flipperzero-rs/flipperzero-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipperzero-rs","download_url":"https://codeload.github.com/flipperzero-rs/flipperzero-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperzero-rs%2Fflipperzero-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32079519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: 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":["embedded","flipperzero","rust","rust-lang"],"created_at":"2025-05-22T12:04:35.302Z","updated_at":"2026-04-21T06:06:59.029Z","avatar_url":"https://github.com/flipperzero-rs.png","language":"Rust","funding_links":["https://github.com/sponsors/flipperzero-rs"],"categories":[],"sub_categories":[],"readme":"# Rust for Flipper Zero 🐬❤️🦀\n\n[![crates.io](https://img.shields.io/crates/v/flipperzero)](https://crates.io/crates/flipperzero)\n[![Flipper Zero API](https://img.shields.io/badge/Flipper%20Zero%20API-87.1-orange)](https://github.com/flipperdevices/flipperzero-firmware/blob/1.4.3/targets/f7/api_symbols.csv)\n[![docs.rs](https://img.shields.io/docsrs/flipperzero)](https://docs.rs/flipperzero)\n[![MIT license](https://img.shields.io/crates/l/flipperzero)](LICENSE)\n\nThis project allows writing Rust-based applications for the [Flipper Zero](https://flipperzero.one/).\n\nIt doesn't have any direct dependency on [`flipperzero-firmware`](https://github.com/flipperdevices/flipperzero-firmware) or toolchain,\nso it can be used to build binaries with no external dependencies.\n\nThese crates only support the [`core`](https://doc.rust-lang.org/core/) and [`alloc`](https://doc.rust-lang.org/alloc/) crates.\n\nThe Rust `thumbv7em-none-eabihf` target currently only supports [`no_std`](https://rust-embedded.github.io/book/intro/no-std.html) development.\nThis means it's not possible to use anything in the [`std`](https://doc.rust-lang.org/std/) crate.\n\n## SDK version\n\nCurrently supports SDK 87.1 ([flipperzero-firmware@1.3.4](https://github.com/flipperdevices/flipperzero-firmware/tree/1.3.4)).\n\nThe crate major version number will be updated after a bump in [API version](https://github.com/flipperdevices/flipperzero-firmware/blob/release/targets/f7/api_symbols.csv) in the Flipper Zero firmware.\n\n| Crate version | API version |\n| ------------- | ----------- |\n| HEAD          | 87.1        |\n| 0.16.x        | 87.1        |\n| 0.15.x        | 86.0        |\n| 0.14.x        | 79.2        |\n| 0.13.x        | 78.0        |\n| 0.12.x        | 73.0        |\n| 0.11.x        | 35.0        |\n| 0.10.x        | 28.2        |\n| 0.9.x         | 23.0        |\n| 0.8.x         | 20.0        |\n| 0.7.x         | 14.0        |\n| 0.6.x         | 11.2        |\n| 0.5.x         | 10.1        |\n| 0.4.x         | 7.5         |\n| 0.3.x         | 2.2         |\n\n## Crates\n\n- [`flipperzero`](https://crates.io/crates/flipperzero): High-level safe bindings\n- [`flipperzero-alloc`](https://crates.io/crates/flipperzero-alloc): Custom [global allocator](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) (required for [`alloc`](https://doc.rust-lang.org/alloc/))\n- [`flipperzero-rt`](https://crates.io/crates/flipperzero-rt): Runtime support (including [panic handler](https://docs.rs/flipperzero-rt/latest/flipperzero_rt/panic_handler/) and [entry point](https://docs.rs/flipperzero-rt/latest/flipperzero_rt/macro.entry.html) helper)\n- [`flipperzero-sys`](https://crates.io/crates/flipperzero-sys): Low-level bindings to Flipper Zero API (unsafe)\n\n## Initial setup\n\n1. Install [`rustup`](https://rust-lang.github.io/rustup/) by following the instructions on [`rustup.rs`](https://rustup.rs/).\n2. Use `rustup` to install the `thumbv7em-none-eabihf` target:\n\n   ```\n   rustup target add thumbv7em-none-eabihf\n   ```\n\n## Writing an application\n\nThe Flipper Zero supports installing [externally built applications on the SD card](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md).\n\nSee [`flipperzero-template`](https://github.com/flipperzero-rs/flipperzero-template)🚀 to help you get started.\n\n## License\n\nLicensed under the MIT License. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperzero-rs%2Fflipperzero-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipperzero-rs%2Fflipperzero-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperzero-rs%2Fflipperzero-rs/lists"}