{"id":50306507,"url":"https://github.com/waozixyz/inbe","last_synced_at":"2026-06-10T05:00:54.866Z","repository":{"id":360748129,"uuid":"1251491634","full_name":"waozixyz/inbe","owner":"waozixyz","description":"wim hof guided breathing meditation app","archived":false,"fork":false,"pushed_at":"2026-06-10T00:55:09.000Z","size":1977,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-10T02:19:16.239Z","etag":null,"topics":["breathing","c","consciousness","health","lotus","meditation","raylib","wakefulness","whm"],"latest_commit_sha":null,"homepage":"https://inbe.waozi.xyz","language":"C","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/waozixyz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["waozixyz"],"liberapay":"waozi"}},"created_at":"2026-05-27T16:23:11.000Z","updated_at":"2026-06-10T00:55:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/waozixyz/inbe","commit_stats":null,"previous_names":["waozixyz/inbe"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/waozixyz/inbe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waozixyz","download_url":"https://codeload.github.com/waozixyz/inbe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34137570,"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-06-10T02:00:07.152Z","response_time":89,"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":["breathing","c","consciousness","health","lotus","meditation","raylib","wakefulness","whm"],"created_at":"2026-05-28T17:00:23.337Z","updated_at":"2026-06-10T05:00:54.856Z","avatar_url":"https://github.com/waozixyz.png","language":"C","funding_links":["https://github.com/sponsors/waozixyz","https://liberapay.com/waozi"],"categories":[],"sub_categories":[],"readme":"# Inner Breeze\n\nInner Breeze - A free, open-source guided breathing meditation app based on the Wim Hof method.\n\n## Features\n\n- Guided breathing sessions with visual and audio cues\n- Configurable breath counts and hold times\n- Session history with local storage\n- 8 color themes (Forest, Ocean, Sky, Sunset, Lavender - each with light/dark variants)\n- Sound effects (breath in/out, bell)\n- Fullscreen mode with proper DPI scaling\n- Touch-optimized UI for mobile devices\n\n## Building\n\ninbe uses [raylib](https://github.com/raysan5/raylib) and requires a Nix development environment.\n\n### Prerequisites\n\n- [Nix](https://nixos.org/download.html) with flakes enabled\n- For Android builds: Java 17+ JDK\n\n### Native Build\n\n```bash\n# Enter the development shell\nnix develop\n\n# Build for your current platform (Linux x86_64/aarch64)\nmake\n\n# Run\n./build/linux/inbe-linux-$(uname -m)\n```\n\n### Cross-Platform Builds\n\n```bash\n# Linux (both architectures)\nmake linux\n\n# Windows (from Linux)\nmake windows\n\n# Android APK\nmake android\n\n# WebAssembly\nmake web\n```\n\n### Android Emulator Testing\n\nFor automated testing with camera notch (cutout) support:\n\n```bash\n# Enter the development shell and run everything automatically\nnix develop\n./scripts/emulator.sh    # Creates AVD, launches emulator, builds \u0026 runs app\n```\n\nThis single script handles:\n- AVD creation (if missing)\n- Emulator launch\n- APK build\n- App installation and launch\n\nThe AVD is configured with:\n- **Device**: Pixel 6 (punch-hole camera style)\n- **Display**: 1080×2400 @ 420dpi\n- **RAM**: 4GB with hardware acceleration\n- **Cutout**: Punch-hole camera for testing window insets\n\n### Platform-Specific Notes\n\n- **Linux**: Requires SDL2 runtime libraries\n- **Windows**: Standalone executable, no dependencies\n- **Android**: Requires Android NDK in the development shell\n- **Web**: Requires Emscripten toolchain\n\n## Project Structure\n\n- `src/` - Main application code (raylib frontend)\n- `libinbe/` - Core meditation logic (platform-agnostic)\n- `assets/` - Images and sounds\n- `themes/` - Color theme definitions\n- `droid/` - Android build configuration\n- `vendor/raylib/` - raylib submodule\n\n## License\n\nMIT - see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaozixyz%2Finbe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaozixyz%2Finbe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaozixyz%2Finbe/lists"}