{"id":30043304,"url":"https://github.com/ergolyam/drosophila","last_synced_at":"2026-01-05T18:06:02.072Z","repository":{"id":282447222,"uuid":"948622535","full_name":"ergolyam/Drosophila","owner":"ergolyam","description":"Simple Libadwaita/GTK 4 frontend that shows status and lets you control Yggdrasil.","archived":false,"fork":false,"pushed_at":"2025-08-02T19:15:41.000Z","size":22783,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T20:00:35.877Z","etag":null,"topics":["decentralized","e2e-encryption","gnome","gtk4","ipv6","libadwaita","mesh","mesh-networks","routing-algorithm","routing-mesh","spanning-tree","yggdrasil"],"latest_commit_sha":null,"homepage":"https://ergolyam.github.io/Drosophila/ergolyam.flatpakrepo","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ergolyam.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}},"created_at":"2025-03-14T16:56:02.000Z","updated_at":"2025-08-02T19:03:55.000Z","dependencies_parsed_at":"2025-07-03T19:22:04.249Z","dependency_job_id":"8d42f68a-35b5-449e-94b3-ccec9aadb370","html_url":"https://github.com/ergolyam/Drosophila","commit_stats":null,"previous_names":["grisha765/yggdrasil-go-gtk","grisha765/yggdrasil-py-gtk","grisha765/drosophila","ergolyam/drosophila"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/ergolyam/Drosophila","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergolyam%2FDrosophila","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergolyam%2FDrosophila/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergolyam%2FDrosophila/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergolyam%2FDrosophila/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ergolyam","download_url":"https://codeload.github.com/ergolyam/Drosophila/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ergolyam%2FDrosophila/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269201296,"owners_count":24377461,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"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":["decentralized","e2e-encryption","gnome","gtk4","ipv6","libadwaita","mesh","mesh-networks","routing-algorithm","routing-mesh","spanning-tree","yggdrasil"],"created_at":"2025-08-07T04:58:06.837Z","updated_at":"2025-12-28T23:50:08.119Z","avatar_url":"https://github.com/ergolyam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drosophila\nA modern GTK 4 + libadwaita desktop interface for running, configuring and monitoring a local [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) overlay-network node on Linux.\n\n## Quick start\n\n### Flatpak\n\n```bash\nflatpak remote-add --user Drosophila https://ergolyam.github.io/Drosophila/ergolyam.flatpakrepo\nflatpak install --user Drosophila io.github.ergolyam.Drosophila\n````\n\n### AppImage\n\nDownload the latest AppImage from the [releases page](https://github.com/ergolyam/Drosophila/releases) and make it executable:\n\n```bash\nchmod +x Drosophila-*.AppImage \n./Drosophila-*.AppImage\n```\n\n### Python package\n\n```bash\npip install --upgrade git+https://github.com/ergolyam/Drosophila.git@main#egg=Drosophila\npython -m yggui\n```\n\n\u003e **Want to build and run from source?**\n\u003e See the [deployment guide](.github/docs/development.md).\n\n## Screenshots\n\n| Screenshot 1                                          | Screenshot 2                                             |\n|-------------------------------------------------------|----------------------------------------------------------|\n| ![Main page screenshot](.github/docs/main.png)        | ![Settings screenshot](.github/docs/settings.png)        |\n\n## Features\n\n- One-click switch toggle Yggdrasil daemon or Yggstack SOCKS proxy\n- Live status panel showing IPv6 address and /64 subnet\n- Peer management with validation and persistence\n- Optional SOCKS5 proxy \u0026 DNS forwarder via Yggstack\n- Private-key viewer / editor / generator\n- Clipboard helpers for address \u0026 subnet\n- Flatpak-aware: automatically moves required binaries into the sandbox\n- Graceful shutdown on exit or SIGINT\n\n## License\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the **GNU General Public License, version 3 or (at your option) any later version** published by the Free Software Foundation.\n\nCopyright © 2025 ergolyam\n\nSee the full license text in the [LICENSE](license) file or online at \u003chttps://www.gnu.org/licenses/gpl-3.0.txt\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fergolyam%2Fdrosophila","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fergolyam%2Fdrosophila","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fergolyam%2Fdrosophila/lists"}