{"id":51680363,"url":"https://github.com/emerytech/bluebird-kiosk-os","last_synced_at":"2026-07-15T12:39:56.111Z","repository":{"id":362331870,"uuid":"1258395604","full_name":"emerytech/bluebird-kiosk-os","owner":"emerytech","description":"BlueBird Kiosk OS — Debian-based kiosk runtime for the Legacy Wall product","archived":false,"fork":false,"pushed_at":"2026-06-16T16:59:02.000Z","size":477,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T17:07:41.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emerytech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-03T14:37:43.000Z","updated_at":"2026-06-16T16:59:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/emerytech/bluebird-kiosk-os","commit_stats":null,"previous_names":["emerytech/bluebird-kiosk-os"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emerytech/bluebird-kiosk-os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerytech%2Fbluebird-kiosk-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerytech%2Fbluebird-kiosk-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerytech%2Fbluebird-kiosk-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerytech%2Fbluebird-kiosk-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emerytech","download_url":"https://codeload.github.com/emerytech/bluebird-kiosk-os/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emerytech%2Fbluebird-kiosk-os/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35505612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-07-15T12:39:51.651Z","updated_at":"2026-07-15T12:39:56.098Z","avatar_url":"https://github.com/emerytech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueBird Kiosk OS\n\nA purpose-built Debian-based Linux image that boots straight into the BlueBird\nLegacy Wall kiosk in fullscreen. Hardened against tampering, configured at\nfirst boot through an on-screen wizard, and serviced through a hidden\nPIN-locked admin overlay.\n\nTarget hardware: x86_64 mini-PC (Beelink / NUC / GMKtec class).\n\n## Components\n\n- **`build/`** — Reproducible ISO build via Debian `live-build` + `calamares`.\n  Produces a bootable installer that wipes the target disk.\n- **`apps/bluebird_kiosk/`** — On-device FastAPI app (loopback only) that\n  powers both the first-boot wizard and the device-admin overlay.\n- **`apps/bluebird_gesture/`** — `libinput`-based daemon that watches for the\n  5-finger long-press gesture and signals the admin overlay to open.\n- **`docs/`** — Install guide for school IT, on-site admin guide for staff,\n  and build guide for engineers.\n\n## High-level flow\n\n```\nflash USB → boot installer → Calamares wipes disk → reboot\n                                                      │\n                                                      ▼\n                                          bluebird-firstboot.service\n                                          (WiFi → school slug → admin PIN)\n                                                      │\n                                                      ▼\n                                          bluebird-kiosk.target\n                                          (sway → chromium --kiosk → /{slug}/legacy-wall)\n```\n\n5-finger long-press anywhere on the touchscreen opens the device-admin overlay\n(WiFi, display, system tools) gated by a 6-digit PIN.\n\n## Backend touchpoints\n\nThe kiosk talks to the existing BlueBird backend over two **public** endpoints\nthat bypass tenant middleware and resolve `tenant_id` from the slug\nserver-side:\n\n- `GET  /api/public/legacy-wall/exists?slug=...` — slug validation for the\n  first-boot wizard.\n- `POST /api/public/kiosk/heartbeat` — once-per-minute liveness ping with\n  device + OS version metadata.\n\nSee `backend/app/api/public_kiosk_routes.py` and\n`backend/app/services/kiosk_device_store.py`.\n\n## Status\n\nThis is the v1 scaffold. The kiosk-app Python package and gesture daemon ship\nrunnable on a developer's laptop today; the live-build ISO build has been\ndesigned and templated but not yet baked end-to-end on real hardware. See\n`docs/BUILD.md` for the current build instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femerytech%2Fbluebird-kiosk-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femerytech%2Fbluebird-kiosk-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femerytech%2Fbluebird-kiosk-os/lists"}