{"id":50837610,"url":"https://github.com/waozixyz/inbe-legacy","last_synced_at":"2026-06-14T05:01:32.235Z","repository":{"id":184871149,"uuid":"672140938","full_name":"waozixyz/inbe-legacy","owner":"waozixyz","description":"legacy wim hof breathing meditation app in flutter","archived":false,"fork":false,"pushed_at":"2026-06-12T06:41:58.000Z","size":19840,"stargazers_count":102,"open_issues_count":0,"forks_count":20,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-12T08:05:35.634Z","etag":null,"topics":["breathing","breathing-app","breathing-exercises","breathing-guide","f-droid","flutter","guided-meditation","inbreeze","inner-breeze","meditation","meditation-app","meditation-timer","wimhof"],"latest_commit_sha":null,"homepage":"https://inbreeze.netlify.app/","language":"Dart","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":["waozi-dev"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"NaoX","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://coindrop.to/naox"]}},"created_at":"2023-07-29T04:02:34.000Z","updated_at":"2026-06-12T06:42:02.000Z","dependencies_parsed_at":"2023-10-02T18:20:21.892Z","dependency_job_id":"af145637-b94e-4ead-9c1e-2527e2966a43","html_url":"https://github.com/waozixyz/inbe-legacy","commit_stats":null,"previous_names":["naouinet/inner_breeze","naoxio/inner_breeze","naoxio/inbe","naoxio/inbreeze","waozixyz/inbreeze","kryonlabs/inbreeze","waozixyz/inbe-legacy"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/waozixyz/inbe-legacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waozixyz","download_url":"https://codeload.github.com/waozixyz/inbe-legacy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waozixyz%2Finbe-legacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34309655,"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-14T02:00:07.365Z","response_time":62,"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","breathing-app","breathing-exercises","breathing-guide","f-droid","flutter","guided-meditation","inbreeze","inner-breeze","meditation","meditation-app","meditation-timer","wimhof"],"created_at":"2026-06-14T05:00:59.172Z","updated_at":"2026-06-14T05:01:32.212Z","avatar_url":"https://github.com/waozixyz.png","language":"Dart","funding_links":["https://github.com/sponsors/waozi-dev","https://liberapay.com/NaoX","https://coindrop.to/naox"],"categories":[],"sub_categories":[],"readme":"# ⚠️ Legacy Repository - Inner Breeze\n\n\u003e **This is the legacy Flutter version of Inner Breeze.**\n\u003e This version is no longer actively maintained.\n\u003e\n\u003e **Current versions:**\n\u003e - **Website:** https://inbe.waozi.xyz/\n\u003e - **New repo:** https://github.com/waozixyz/inbe\n\u003e - **F-Droid:** https://f-droid.org/packages/xyz.waozi.inbe/\n\n---\n\n# Inner Breeze\n\nGuided breathing meditation app inspired by the Wim Hof Method. Experience tranquility in every breath and discover the power of conscious breathing with Inner Breeze.\n\n## About Inner Breeze\n\nInner Breeze is designed to help you achieve inner peace through guided breathing exercises. Our app incorporates principles from the Wim Hof Method to enhance your well-being and mental clarity.\n\nKey Features:\n- Customizable breathing sessions\n- Soothing visual and audio guidance\n- Progress tracking and insights\n- Offline mode for uninterrupted practice\n\n## Getting Started\n\n### Setup Guide for Linux\n\n1. Install Flutter Version Management (FVM):\n```\ncurl -fsSL https://fvm.app/install.sh | bash\n```\n\n2. Clone the Inner Breeze repository:\n```\ngit clone https://github.com/waozixyz/inbe-legacy.git\ncd inbe-legacy\n```\n\n3. Use FVM to install and set up Flutter:\n```\nfvm install\nfvm use stable\n```\n\n4. Get dependencies:\n```\nfvm flutter pub get\n```\n\n5. Run the app:\n```\nfvm flutter run -d linux\n```\nTo list available devices:\n```\nfvm flutter devices\n```\n\nFor more information on Flutter development, check out the [Flutter Documentation](https://flutter.dev/docs).\n\n## Community\n\nJoin our vibrant community and share your Inner Breeze journey:\n\n- [Telegram](https://t.me/lotusinbe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaozixyz%2Finbe-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaozixyz%2Finbe-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaozixyz%2Finbe-legacy/lists"}