{"id":50137633,"url":"https://github.com/cosmic-utils/kdeconnect","last_synced_at":"2026-05-23T23:07:03.475Z","repository":{"id":333144738,"uuid":"1091814151","full_name":"cosmic-utils/kdeconnect","owner":"cosmic-utils","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-23T16:58:30.000Z","size":749,"stargazers_count":46,"open_issues_count":1,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-05-23T18:25:06.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/cosmic-utils.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"hepp3n","ko_fi":"elevenhsoft","custom":["https://paypal.me/elevenhsoft"]}},"created_at":"2025-11-07T15:00:43.000Z","updated_at":"2026-05-23T17:12:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cosmic-utils/kdeconnect","commit_stats":null,"previous_names":["hepp3n/kdeconnect","cosmic-utils/kdeconnect"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cosmic-utils/kdeconnect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmic-utils%2Fkdeconnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmic-utils%2Fkdeconnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmic-utils%2Fkdeconnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmic-utils%2Fkdeconnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmic-utils","download_url":"https://codeload.github.com/cosmic-utils/kdeconnect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmic-utils%2Fkdeconnect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33415032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-05-23T23:07:02.709Z","updated_at":"2026-05-23T23:07:03.468Z","avatar_url":"https://github.com/cosmic-utils.png","language":"Rust","funding_links":["https://github.com/sponsors/hepp3n","https://ko-fi.com/elevenhsoft","https://paypal.me/elevenhsoft"],"categories":[],"sub_categories":[],"readme":"\u003c!--suppress HtmlDeprecatedAttribute --\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e⚠️ WORK IN PROGRESS\u003c/h1\u003e\n  \u003cp\u003eA native KDE Connect implementation for the COSMIC Desktop, written in Rust.\u003cbr\u003e\n  Many features are working but you may encounter bugs — please report them via \u003ca href=\"https://github.com/hepp3n/kdeconnect/issues\"\u003eGitHub Issues\u003c/a\u003e.\u003c/p\u003e\n  \u003cbr\u003e\n  \u003cimg alt=\"KDE Connect applet on COSMIC desktop environment\" src=\"https://raw.githubusercontent.com/hepp3n/kdeconnect/refs/heads/master/resources/screenshots/applet.png\" /\u003e\n\u003c/div\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e✅ Supported Features\u003c/summary\u003e\n\n- Device Pairing / Unpairing\n- Battery Monitor\n- Clipboard Sync (bidirectional)\n- Connectivity Report (signal strength / network type)\n- Contacts Sync\n- Find My Phone\n- MPRIS / Media Control (exposed via D-Bus MPRIS2 to COSMIC panel)\n- Notifications (receive, action, reply)\n- Ping\n- Run Commands\n- Share Files \u0026 URLs (send files, receive files and URLs)\n- SMS (conversations, send/receive)\n- Plugin Enable / Disable per device\n- System Volume (Partial support - May not work on certain devices - Known Mobile App Bug)\n- Telephony (Know bug - Media does not resume when Ending/Canceling Call)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e🚧 Features Not Yet Supported\u003c/summary\u003e\n\n- MousePad / Remote Input\n- Presenter Mode\n- SFTP / Browse Device\n- Virtual Display\n\n\u003c/details\u003e\n\n---\n\n## Installing from [COSMIC Flatpak Repository](https://github.com/pop-os/cosmic-flatpak)\n\n```bash\nflatpak remote-add --if-not-exists --user cosmic https://apt.pop-os.org/cosmic/cosmic.flatpakrepo\nflatpak install --user io.github.hepp3n.kdeconnect\n```\n\n---\n\n## Building from Source\n\n### Prerequisites\n\n- [rustup.rs](https://rustup.rs)\n- `libxkbcommon-dev` (required on some distros — if the build fails, install this first)\n- [`just`](https://github.com/casey/just) command runner\n\n### Quick Start\n\n```bash\ngit clone https://github.com/hepp3n/kdeconnect.git\ncd kdeconnect\njust build\njust install\n```\n\nThe service starts automatically on next login via D-Bus activation and XDG autostart.\n\n### Optional: Systemd Integration\n\nFor journalctl logging and `systemctl` control instead of D-Bus activation:\n\n```bash\njust install-systemd\njust enable-service\n```\n\n\u003e **Note:** You may need to log out and back in for the applet to appear in the COSMIC panel.\n\u003e Once logged back in, go to **COSMIC Settings → Desktop → Panel → Configure Panel Applets** and add KDE Connect.\n\n### Debug Install\n\nFull logging for both the service and panel applet:\n\n```bash\njust install-debug\n```\n\n- Service logs → `/tmp/kdeconnect-service.log`\n- Applet logs → `/tmp/kdeconnect-applet.log`\n\nRestore to standard install with `just install`.\n\n---\n\n## Uninstalling\n\n```bash\njust uninstall\n```\n\n---\n\n## Building as Flatpak\n\nRequires `flatpak-builder`:\n\n```bash\nflatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir io.github.hepp3n.kdeconnect.json\n```\n\n## Troubleshooting\n\nSome distributions enables Firewall by default. Or you are enabled it by yourself.\nIn this case, check what firewall you are using. And allow 1714-1764 port range for TCP and UDP connections.\n\nFor UFW firewall:\n\n```bash\nsudo ufw allow 1714:1764/udp\nsudo ufw allow 1714:1764/tcp\nsudo ufw reload\n```\n\nFor Firewalld:\n\n```bash\nsudo firewall-cmd --permanent --zone=home --add-service=kdeconnect\nsudo firewall-cmd --reload\n```\n\nFor IPTables:\n\n```bash\nsudo iptables -I INPUT -i \u003cyourinterface\u003e -p udp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT\nsudo iptables -I INPUT -i \u003cyourinterface\u003e -p tcp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT\n\nsudo iptables -A OUTPUT -o \u003cyourinterface\u003e -p udp --sport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT\nsudo iptables -A OUTPUT -o \u003cyourinterface\u003e -p tcp --sport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT\n```\n\nFor more, directly from official KDEConnect userbase: [KDEConnect Firewall](https://userbase.kde.org/KDEConnect#ufw)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmic-utils%2Fkdeconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmic-utils%2Fkdeconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmic-utils%2Fkdeconnect/lists"}