{"id":28451736,"url":"https://github.com/interstellar-app/interstellar","last_synced_at":"2025-07-02T03:31:35.149Z","repository":{"id":211912996,"uuid":"730253649","full_name":"interstellar-app/interstellar","owner":"interstellar-app","description":"An app for Mbin/Lemmy/PieFed, connecting you to the fediverse.","archived":false,"fork":false,"pushed_at":"2025-06-26T14:23:41.000Z","size":8031,"stargazers_count":96,"open_issues_count":33,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-30T04:56:07.794Z","etag":null,"topics":["fediverse","flutter","kbin","lemmy","mbin","piefed"],"latest_commit_sha":null,"homepage":"https://interstellar.jwr.one","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interstellar-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"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},"funding":{"github":"jwr1","liberapay":"jwr1","ko_fi":"jwr1_"}},"created_at":"2023-12-11T14:26:29.000Z","updated_at":"2025-06-29T20:37:55.000Z","dependencies_parsed_at":"2024-08-18T23:41:48.896Z","dependency_job_id":"cd878d06-5541-4826-8eb7-44144f655758","html_url":"https://github.com/interstellar-app/interstellar","commit_stats":null,"previous_names":["jwr1/interstellar","interstellar-app/interstellar"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/interstellar-app/interstellar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstellar-app%2Finterstellar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstellar-app%2Finterstellar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstellar-app%2Finterstellar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstellar-app%2Finterstellar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interstellar-app","download_url":"https://codeload.github.com/interstellar-app/interstellar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstellar-app%2Finterstellar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263069249,"owners_count":23408918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fediverse","flutter","kbin","lemmy","mbin","piefed"],"created_at":"2025-06-06T17:05:22.691Z","updated_at":"2025-07-02T03:31:35.128Z","avatar_url":"https://github.com/interstellar-app.png","language":"Dart","funding_links":["https://github.com/sponsors/jwr1","https://liberapay.com/jwr1","https://ko-fi.com/jwr1_"],"categories":["Projects"],"sub_categories":["Mobile / Desktop apps"],"readme":"# Interstellar\n\nAn app for Mbin/Lemmy/PieFed, connecting you to the fediverse.\n\n## Downloads\n\nInterstellar supports Android, Linux, and Windows, with more to come.\n\n[![](assets/readme/GooglePlay-badge.png)](https://play.google.com/store/apps/details?id=one.jwr.interstellar)\n[![](assets/readme/IzzyOnDroid-badge.png)](https://apt.izzysoft.de/fdroid/index/apk/one.jwr.interstellar)\n[![](assets/readme/Flathub-badge.png)](https://flathub.org/apps/one.jwr.interstellar)\n\nAvailable for Arch Linux via the AUR: [interstellar-bin](https://aur.archlinux.org/packages/interstellar-bin).\n\nSee the [latest release](https://github.com/interstellar-app/interstellar/releases/latest) for more downloads (.APK, .AppImage, .exe, etc.).\n\n## Discussion\n\nYou can ask questions, report bugs, make suggestions, etc., to any of the following:\n\n- [GitHub](https://github.com/interstellar-app/interstellar/issues)\n- [Mbin](https://kbin.earth/m/interstellar)\n- [Matrix](https://matrix.to/#/#interstellar-space:matrix.org)\n\n## Screenshots\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"assets/screenshots/mobile-1.png\" width=\"300\"\u003e\u003c/img\u003e\n\u003cimg src=\"assets/screenshots/mobile-2.png\"  width=\"300\"\u003e\u003c/img\u003e\n\u003cimg src=\"assets/screenshots/mobile-3.png\" width=\"300\"\u003e\u003c/img\u003e\n\u003cimg src=\"assets/screenshots/mobile-4.png\"  width=\"300\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n## Contributing\n\nInterstellar uses [Flutter](https://flutter.dev) as its framework, so make sure you have the [Flutter SDK installed](https://docs.flutter.dev/get-started/install) before doing anything else. Then, run `flutter doctor -v` to see instructions for setting up different build platforms (e.g. android studio for APKs). While developing on Linux, you will also need to install `libmpv` from your distro. Once all that's done, use `dart run build_runner build -d` to build the generated code for models (this only needs to run once unless you modify one of the models). Finally, you can use `flutter run` to develop, and `flutter build {platform}` for release files.\n\n### Generating app icon\n\nThe app icon is under the `assets/icons` folder, where the `logo.png` file is just the transparent one overlayed on the current background color `#423862`. This is generated with the [flutter_launcher_icons](https://pub.dev/packages/flutter_launcher_icons) package, and all relevant configuration is in the `pubspec.yaml` file.\n\nIcons created by [Benjamin Mathis](https://github.com/BenjMathis1)\n\nTo generate a new icon, simply run the following: `dart run flutter_launcher_icons`\n\n## Translating\n\n\u003ca href=\"https://hosted.weblate.org/engage/interstellar/\"\u003e\n\u003cimg src=\"https://hosted.weblate.org/widget/interstellar/interstellar/287x66-white.png\" alt=\"Translation status\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://hosted.weblate.org/engage/interstellar/\"\u003e\n\u003cimg src=\"https://hosted.weblate.org/widget/interstellar/multi-auto.svg\" alt=\"Translation status\" /\u003e\n\u003c/a\u003e\n\nInterstellar uses the [Hosted Weblate](https://hosted.weblate.org/engage/interstellar/) to make translating as easy as possible. If you'd like to help, feel free to create an account there and start translating!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterstellar-app%2Finterstellar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterstellar-app%2Finterstellar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterstellar-app%2Finterstellar/lists"}