{"id":24811649,"url":"https://github.com/fzdwx/yakuza","last_synced_at":"2025-10-13T13:31:38.620Z","repository":{"id":174093935,"uuid":"651581487","full_name":"fzdwx/yakuza","owner":"fzdwx","description":"An extensible linux application launcher","archived":false,"fork":false,"pushed_at":"2024-07-14T07:54:46.000Z","size":1612,"stargazers_count":30,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T01:39:18.415Z","etag":null,"topics":["electron","launcher","yakuza-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/fzdwx.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}},"created_at":"2023-06-09T15:00:13.000Z","updated_at":"2024-10-07T13:28:14.000Z","dependencies_parsed_at":"2023-06-28T09:56:37.080Z","dependency_job_id":"b3b4893c-117a-4df9-b215-06b8371d89ce","html_url":"https://github.com/fzdwx/yakuza","commit_stats":null,"previous_names":["fzdwx/launcher","fzdwx/yakuza"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/fzdwx/yakuza","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzdwx%2Fyakuza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzdwx%2Fyakuza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzdwx%2Fyakuza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzdwx%2Fyakuza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fzdwx","download_url":"https://codeload.github.com/fzdwx/yakuza/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fzdwx%2Fyakuza/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015312,"owners_count":26085684,"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-10-13T02:00:06.723Z","response_time":61,"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":["electron","launcher","yakuza-extension"],"created_at":"2025-01-30T13:15:40.781Z","updated_at":"2025-10-13T13:31:38.170Z","avatar_url":"https://github.com/fzdwx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yakuza\n\n![img.png](.github/img.png)\n\n## Install \n\n```shell\nyay -S yakuza-bin\n``` \n\n## Development\n\n### Run\n\nRequires [go 1.21.4+](https://golang.org/) and [pnpm](https://pnpm.io/)\n\n```shell\n# start backend first\ngo install github.com/cosmtrek/air@latest\ngo install github.com/fzdwx/yakuza/yakuza-native/cmd/yactrl@main\ncd yakuza-native \u0026\u0026 air\n\n# start frontend\npnpm install\npnpm run dev:pre\npnpm run dev\n```\n\n### Build\n\n```shell\nmkdir bin\ncd yakuza-native \u0026\u0026 go build . \u0026\u0026 mv yakuza-native ../bin/yakuza-native\ncd ..\npnpm run build\nls release\n```\n\nOr use [just](https://github.com/casey/just)\n\n```\njust install \u0026\u0026 yakuza\n```\n\n## Yakuza ctrl cli\n\nInstall:\n\n```shell\ngo install github.com/fzdwx/yakuza/yakuza-native/cmd/yactrl@main\n```\n\n### main window\n\nShow/hide main window\n\n```shell\nyactrl bridge toggle\n```\n\n### extension\n\nUpgrade extension\n\n```shell\nyactrl ext local upgrade\n```\n\nInstall extension\n\n```shell\nyactrl ext local install -i '{\n    \"name\": \"Notes\",\n    \"description\": \"A markdown note extension\",\n    \"author\": \"fzdwx\",\n    \"icon\": \"https://raw.githubusercontent.com/fzdwx/launcher-notes/main/public/logo.svg\",\n    \"github\": \"https://github.com/fzdwx/launcher-notes\",\n    \"actions\": [\n      {\n        \"name\": \"New note\",\n        \"command\": \"newNote\"\n      }\n    ]\n  }'\n```\n\n## Related\n\n- extension template\n    - [react](https://github.com/fzdwx/yakuza-extension-template-react)\n    - [vue](https://github.com/fzdwx/yakuza-extension-template-vue)\n    - [blog, step by step](https://fzdwx.vercel.app/blog/2023-12-24-wei-kai-fa-cha-jian)\n- [yakuza api](https://github.com/fzdwx/yakuza/tree/main/packages/yakuza-api)\n- [share your extension](https://github.com/fzdwx/yakuza-extension)\n\nor https://github.com/topics/yakuza-extension\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzdwx%2Fyakuza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffzdwx%2Fyakuza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffzdwx%2Fyakuza/lists"}