{"id":37230521,"url":"https://github.com/zortax/zlaunch","last_synced_at":"2026-04-02T15:48:31.667Z","repository":{"id":326237687,"uuid":"1104676729","full_name":"zortax/zlaunch","owner":"zortax","description":"Fast wayland application launcher","archived":false,"fork":false,"pushed_at":"2026-03-27T22:37:09.000Z","size":481,"stargazers_count":190,"open_issues_count":10,"forks_count":11,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-03-28T05:07:43.184Z","etag":null,"topics":["gpui","hyprland","launcher","niri","rust","wayland"],"latest_commit_sha":null,"homepage":"https://zlaunch.zortax.de","language":"Rust","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/zortax.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-26T14:33:35.000Z","updated_at":"2026-03-28T00:24:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zortax/zlaunch","commit_stats":null,"previous_names":["zortax/zlaunch"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/zortax/zlaunch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortax%2Fzlaunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortax%2Fzlaunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortax%2Fzlaunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortax%2Fzlaunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zortax","download_url":"https://codeload.github.com/zortax/zlaunch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zortax%2Fzlaunch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["gpui","hyprland","launcher","niri","rust","wayland"],"created_at":"2026-01-15T03:38:44.803Z","updated_at":"2026-04-02T15:48:31.659Z","avatar_url":"https://github.com/zortax.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zlaunch\n\n![GitHub License](https://img.shields.io/github/license/zortax/zlaunch)\n![GitHub Release](https://img.shields.io/github/v/release/zortax/zlaunch)\n![AUR Version](https://img.shields.io/aur/version/zlaunch-bin)\n\nA fast application launcher and window switcher for Linux Wayland, built with\n[GPUI](https://github.com/zed-industries/zed).\n\n**[Website](https://zlaunch.zortax.de)** \u0026middot; **[Documentation](https://zlaunch.zortax.de/docs)**\n\n---\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://zlaunch.zortax.de/img/hero.webp\" alt=\"zlaunch screenshot\" width=\"80%\"\u003e\n\u003c/p\u003e\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDemo video\u003c/summary\u003e\n\u003cp align=\"center\"\u003e\n\u003cvideo src=\"https://github.com/user-attachments/assets/e11cd113-798d-4b8c-84d6-36c0ff0dc3d6\" width=\"80%\" controls\u003e\u003c/video\u003e\n\u003c/p\u003e\n\u003c/details\u003e\n\n## Features\n\n- **Application launching** — Fuzzy search through desktop entries with icons\n- **Window switching** — Switch between open windows (Hyprland, Niri, KWin)\n- **Calculator** — Evaluate math expressions and copy the result to clipboard\n- **Web search** — Search Google, DuckDuckGo, Wikipedia, YouTube, and more\n- **Emoji picker** — Searchable emoji grid\n- **Clipboard history** — Browse and paste from clipboard history\n- **AI mode** — Query local or cloud LLMs with streaming responses\n- **Theming** — 15 bundled themes plus custom theme support\n- **Daemon architecture** — Runs in the background for instant response\n\n## Installation\n\n### Arch Linux\n\nAvailable on the AUR as [`zlaunch-bin`](https://aur.archlinux.org/packages/zlaunch-bin) or [`zlaunch-git`](https://aur.archlinux.org/packages/zlaunch-git).\n\n### Nix / NixOS\n\n```nix\n{\n  inputs = {\n    zlaunch.url = \"github:zortax/zlaunch/0.5.0\";\n  };\n}\n```\n\nThe package is available as `zlaunch.packages.${pkgs.system}.default`. A Home\nManager module is available as `zlaunch.homeManagerModules.default` (for\ndetails see [Installation Instructions](https://zlaunch.zortax.de/docs/getting-started/installation)).\n\n### Building from source\n\n```bash\ncargo build --release\n```\n\nIf you have Nix installed, you can use `nix develop` for a preconfigured dev\nshell with all dependencies.\n\n## Quick Start\n\n```bash\nzlaunch          # Start the daemon\nzlaunch toggle   # Toggle the launcher (bind this to a key)\n```\n\nSee the [documentation](https://zlaunch.zortax.de/docs) for configuration, theming, keybindings, and more.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzortax%2Fzlaunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzortax%2Fzlaunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzortax%2Fzlaunch/lists"}