{"id":34717973,"url":"https://github.com/sozercan/kaset","last_synced_at":"2026-01-24T07:09:52.244Z","repository":{"id":329539817,"uuid":"1119794312","full_name":"sozercan/kaset","owner":"sozercan","description":"📻 The missing YouTube Music macOS app","archived":false,"fork":false,"pushed_at":"2026-01-12T02:02:18.000Z","size":9067,"stargazers_count":487,"open_issues_count":27,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-12T06:53:47.643Z","etag":null,"topics":["apple-music","liquid-glass","mac-app","macos","macos-26","music","music-player","swift","swiftui","youtube","youtube-api","youtube-music","youtube-music-player"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/sozercan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-19T21:32:25.000Z","updated_at":"2026-01-12T06:31:21.000Z","dependencies_parsed_at":"2026-01-08T08:10:19.328Z","dependency_job_id":null,"html_url":"https://github.com/sozercan/kaset","commit_stats":null,"previous_names":["sozercan/kaset"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sozercan/kaset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fkaset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fkaset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fkaset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fkaset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sozercan","download_url":"https://codeload.github.com/sozercan/kaset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fkaset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["apple-music","liquid-glass","mac-app","macos","macos-26","music","music-player","swift","swiftui","youtube","youtube-api","youtube-music","youtube-music-player"],"created_at":"2025-12-25T01:18:24.495Z","updated_at":"2026-01-24T07:09:52.237Z","avatar_url":"https://github.com/sozercan.png","language":"Swift","readme":"# Kaset\n\nA native macOS YouTube Music client built with Swift and SwiftUI.\n\n\u003cimg src=\"docs/screenshot.png\" alt=\"Kaset Screenshot\"\u003e\n\n## Features\n\n- 🎵 **Native macOS Experience** — Apple Music-style UI with Liquid Glass player bar and clean sidebar navigation\n- 🎧 **YouTube Music Premium Support** — Full playback of DRM-protected content via your existing subscription\n- 🎛️ **System Integration** — Now Playing in Control Center, media key support, Dock menu controls\n- 📳 **Haptic Feedback** — Tactile feedback on Force Touch trackpads for player controls and navigation\n- 🎶 **Track Notifications** — Get notified when a new track starts playing\n- 🔊 **Background Audio** — Music continues playing when the window is closed; stops on quit\n- ⌨️ **[Keyboard Shortcuts](docs/keyboard-shortcuts.md)** — Full keyboard control for playback, navigation, and more\n- 🧭 **Explore** — Discover new releases, charts, and moods \u0026 genres\n- 🎙️ **Podcasts** — Browse and listen to podcasts with episode progress tracking\n- 📚 **Library Access** — Browse your playlists, liked songs, and subscribed podcasts\n- 🔍 **Search** — Find songs, albums, artists, playlists, and podcasts\n- ✨ **Apple Intelligence** — On-device AI for natural language commands, lyrics explanations, and playlist refinement\n- 📜 **Lyrics** — View song lyrics with AI-powered explanations and mood analysis\n- 📃 **Queue Management** — View, reorder, shuffle, and clear your playback queue\n- 📣 **Share** — Share songs, playlists, albums, and artists via the native macOS share sheet\n- 🔗 **[URL Scheme](docs/url-scheme.md)** — Open songs directly with `kaset://play?v=VIDEO_ID`\n- 🤖 **[AppleScript Support](docs/applescript.md)** — Automate playback with scripts, Raycast, Alfred, and Shortcuts\n\n## Requirements\n\n- macOS 26.0 or later\n- [Google](https://accounts.google.com) account\n\n## Installation\n\n### Download\n\nDownload the latest release from the [Releases](https://github.com/sozercan/kaset/releases) page.\n\n### Homebrew\n\n```bash\nbrew install sozercan/repo/kaset\n```\n\n\u003e **Note:** The app is not signed.\n\u003e If you downloaded the app manually, you can clear extended attributes (including quarantine) with:\n\u003e ```bash\n\u003e xattr -cr /Applications/Kaset.app\n\u003e ```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, architecture, and coding guidelines.\n\nWe welcome AI-assisted contributions! You can submit traditional PRs or **prompt requests** — share the AI prompt that generates your changes, and maintainers can review the intent before running the code. See the [AI-Assisted Contributions](CONTRIBUTING.md#ai-assisted-contributions--prompt-requests) section for details.\n\n## Disclaimer\nKaset is an unofficial application and not affiliated with YouTube or Google Inc. in any way. \"YouTube\", \"YouTube Music\" and the \"YouTube Logo\" are registered trademarks of Google Inc.\n","funding_links":[],"categories":["Music","オーディオ・ビデオツール"],"sub_categories":["Text","ファイル共有"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsozercan%2Fkaset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsozercan%2Fkaset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsozercan%2Fkaset/lists"}