{"id":42072035,"url":"https://github.com/jsoyer/homebrew-tap","last_synced_at":"2026-04-17T05:02:06.446Z","repository":{"id":327032433,"uuid":"1106467160","full_name":"jsoyer/homebrew-tap","owner":"jsoyer","description":"A Homebrew tap for MacOS related tools and utilities.","archived":false,"fork":false,"pushed_at":"2026-02-11T08:26:56.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T16:17:25.322Z","etag":null,"topics":["cli","homebrew","homebrew-formula","homebrew-tap","macos","package-manager"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsoyer.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-29T10:03:34.000Z","updated_at":"2026-02-11T08:26:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4875061-cd8b-4533-bf2c-8aebd8a262f5","html_url":"https://github.com/jsoyer/homebrew-tap","commit_stats":null,"previous_names":["jsoyer/homebrew-c3po"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jsoyer/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoyer%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoyer%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoyer%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoyer%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsoyer","download_url":"https://codeload.github.com/jsoyer/homebrew-tap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsoyer%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["cli","homebrew","homebrew-formula","homebrew-tap","macos","package-manager"],"created_at":"2026-01-26T09:02:58.511Z","updated_at":"2026-04-17T05:02:06.439Z","avatar_url":"https://github.com/jsoyer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍺 Homebrew Tap\n\n\u003e *A personal Homebrew tap for useful developer tools*\n\nA curated collection of powerful development tools, packaged and ready to install on your Mac.\n\n## 📦 Quick Start\n\nAdd this tap to your Homebrew:\n\n```bash\nbrew tap jsoyer/tap\n```\n\n## 🛠️ Available Packages\n\n### 📦 Devbox\n\n**Portable, Isolated Dev Environments on any Machine**\n\n\u003cimg src=\"https://img.shields.io/badge/version-0.16.0-blue\" alt=\"Version\"\u003e \u003cimg src=\"https://img.shields.io/badge/bottle-available-green\" alt=\"Bottle Available\"\u003e \u003cimg src=\"https://img.shields.io/badge/platform-macOS-lightgrey\" alt=\"Platform\"\u003e\n\nDevbox creates isolated development environments without containers. Perfect for managing project-specific dependencies.\n\n**✨ Features:**\n- 🔒 Isolated development environments\n- 🚀 No Docker required\n- 📝 Declarative configuration\n- 🔄 Reproducible builds\n\n**Installation:**\n\n```bash\nbrew install jsoyer/tap/devbox\n```\n\n**Quick Start:**\n\n```bash\ndevbox init                 # Initialize a new project\ndevbox add python nodejs    # Add packages\ndevbox shell               # Enter the environment\n```\n\n**More info:** [jetify.com/devbox](https://www.jetify.com/devbox)\n\n---\n\n### 🗄️ Sqlit\n\n**Terminal UI for SQL Databases - The lazygit of databases**\n\n\u003cimg src=\"https://img.shields.io/badge/version-1.2.5-blue\" alt=\"Version\"\u003e \u003cimg src=\"https://img.shields.io/badge/python-3.12-yellow\" alt=\"Python\"\u003e \u003cimg src=\"https://img.shields.io/badge/databases-20+-purple\" alt=\"Databases\"\u003e\n\nA beautiful terminal user interface for managing SQL databases. Navigate your databases like you navigate code with lazygit!\n\n**✨ Features:**\n- �� Beautiful TUI with syntax highlighting\n- 🔌 Support for 20+ database types\n- ⚡ Fast navigation with keyboard shortcuts\n- 📊 Data table visualization\n- 🔍 Query history and favorites\n- 🐳 Docker container support\n\n**Supported Databases:**\nPostgreSQL • MySQL • SQLite • MariaDB • CockroachDB • Oracle • SQL Server • MongoDB • DuckDB • ClickHouse • BigQuery • Snowflake • Redshift • Athena • Presto • Trino • Supabase • Turso • and more!\n\n**Installation:**\n\n```bash\nbrew install jsoyer/tap/sqlit\n```\n\n**Quick Start:**\n\n```bash\nsqlit                              # Launch with connection manager\nsqlit --db-type sqlite --database mydb.db    # Direct connection\nsqlit --help                       # See all options\n```\n\n**More info:** [github.com/Maxteabag/sqlit](https://github.com/Maxteabag/sqlit)\n\n---\n\n### 🍓 Strawberry Music Player\n\n**Cross-platform Music Player with iPod and Discord Support**\n\n\u003cimg src=\"https://img.shields.io/badge/version-1.2.17-blue\" alt=\"Version\"\u003e \u003cimg src=\"https://img.shields.io/badge/cask-available-green\" alt=\"Cask Available\"\u003e \u003cimg src=\"https://img.shields.io/badge/bottle-available-green\" alt=\"Bottle Available\"\u003e \u003cimg src=\"https://img.shields.io/badge/platform-macOS%20ARM64-lightgrey\" alt=\"Platform\"\u003e\n\nStrawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles.\n\n**Features:**\n- Play and organize music\n- Edit tags on audio files\n- Album cover art from various sources\n- Support for high resolution audio\n- Audio CD playback and ripping\n- Native desktop notifications\n- Visualizations from projectM\n- Lyrics from multiple sources\n- iPod, MTP and mass storage USB device support (via libgpod)\n- Scrobbler supporting Last.fm, Libre.fm and ListenBrainz\n- Discord Rich Presence support\n- Subsonic/Airsonic/Navidrome/Gonic streaming support\n- Tidal and Qobuz streaming support\n\n**Installation:**\n\n**Option 1: Cask (Recommended)** - Fast installation with pre-built DMG:\n\n```bash\nbrew install --cask jsoyer/tap/strawberry-music-player\n```\n\n**Option 2: Formula** - Build from source or use bottle:\n\n```bash\nbrew install jsoyer/tap/strawberry-music-player\n```\n\n**Quick Start:**\n\nAfter installation, add these environment variables to your shell profile for full GStreamer support:\n\n```bash\nexport GIO_EXTRA_MODULES=\"$(brew --prefix)/lib/gio/modules\"\nexport GST_PLUGIN_SCANNER=\"$(brew --prefix)/libexec/gstreamer-1.0/gst-plugin-scanner\"\nexport GST_PLUGIN_PATH=\"$(brew --prefix)/lib/gstreamer-1.0\"\n```\n\nThen launch Strawberry from your Applications folder or via Spotlight.\n\n**More info:** [strawberrymusicplayer.org](https://www.strawberrymusicplayer.org/)\n\n---\n\n### 📱 libgpod\n\n**Library for Accessing iPod Contents**\n\n\u003cimg src=\"https://img.shields.io/badge/version-0.8.3-blue\" alt=\"Version\"\u003e \u003cimg src=\"https://img.shields.io/badge/platform-macOS-lightgrey\" alt=\"Platform\"\u003e\n\nA shared library to access the contents of an iPod. It supports reading and writing of the iTunesDB and provides bindings for application development.\n\n**Features:**\n- Read and write iPod database (iTunesDB)\n- Support for music, photos, and artwork\n- Cover art handling\n- Smart playlist support\n- Works with classic iPods and older iOS devices\n\n**Installation:**\n\n```bash\nbrew install jsoyer/tap/libgpod\n```\n\n**Usage:**\n\nlibgpod is a C library used by applications like Strawberry, gtkpod, and Rhythmbox to sync music with iPods.\n\n**More info:** [gtkpod.org (archived)](https://web.archive.org/web/20210118214105/http://www.gtkpod.org/libgpod/)\n\n---\n\n## 🚀 Why Use This Tap?\n\n- ✅ **Pre-built Bottles \u0026 Casks** - Fast installation with pre-compiled binaries\n- 🔄 **Always Updated** - Latest stable versions\n- 📝 **Well Documented** - Clear instructions and examples\n- 🧪 **Tested** - All formulas are tested before release\n- 🛡️ **Maintained** - Regular updates and bug fixes\n- 🎵 **iPod Support** - Strawberry includes libgpod for iPod sync (not available in official Homebrew)\n\n## 🔧 Advanced Usage\n\n### Update All Formulas\n\n```bash\nbrew update\nbrew upgrade jsoyer/tap/devbox jsoyer/tap/sqlit jsoyer/tap/strawberry-music-player jsoyer/tap/libgpod\n```\n\n### Uninstall\n\n```bash\nbrew uninstall devbox sqlit strawberry-music-player libgpod\nbrew untap jsoyer/tap\n```\n\n## 📊 Installation Stats\n\n| Package | Type | Size | Install Time | Dependencies |\n|---------|------|------|--------------|--------------|\n| Devbox  | Formula | ~29MB | ~2 seconds (bottle) | None |\n| Sqlit   | Formula | ~202MB | ~3 minutes (bottle) | Python 3.12, Rust |\n| Strawberry Music Player | Cask | ~10MB | ~5 seconds | None (standalone DMG) |\n| Strawberry Music Player | Formula | ~18.5MB | ~7 minutes (bottle) | Qt6, GStreamer, libgpod |\n| libgpod | Formula | ~1MB | ~2 minutes (bottle) | glib, libplist, taglib |\n\n## 🤝 Contributing\n\nFound a bug? Have a suggestion? Want to add a new formula?\n\n1. 🐛 [Open an issue](https://github.com/jsoyer/homebrew-tap/issues)\n2. 🔧 Submit a pull request\n3. 💬 Start a discussion\n\n### Adding a New Formula\n\nTo add a new formula to this tap:\n\n1. Fork this repository\n2. Create a new `.rb` file in the `Formula/` directory\n3. Follow the [Homebrew Formula Cookbook](https://docs.brew.sh/Formula-Cookbook)\n4. Submit a pull request\n\n**Example:**\n\n```ruby\nclass MyTool \u003c Formula\n  desc \"Amazing development tool\"\n  homepage \"https://example.com/mytool\"\n  url \"https://github.com/user/mytool/archive/v1.0.0.tar.gz\"\n  sha256 \"abc123...\"\n  license \"MIT\"\n\n  def install\n    bin.install \"mytool\"\n  end\n\n  test do\n    system \"#{bin}/mytool\", \"--version\"\n  end\nend\n```\n\n## 📚 Resources\n\n- 📖 [Homebrew Documentation](https://docs.brew.sh/)\n- 🔧 [Formula Cookbook](https://docs.brew.sh/Formula-Cookbook)\n- 🎓 [Homebrew Taps](https://docs.brew.sh/Taps)\n\n## 📜 License\n\nThis tap is licensed under the MIT License. Individual formulas may have their own licenses.\n\n## 🙏 Credits\n\n- **Devbox** by [Jetify](https://www.jetify.com/)\n- **Sqlit** by [Maxteabag](https://github.com/Maxteabag)\n- **Strawberry Music Player** by [Jonas Kvinge](https://github.com/strawberrymusicplayer/strawberry)\n- **libgpod** by the [gtkpod team](https://sourceforge.net/projects/gtkpod/)\n- Maintained with ❤️ by [Jerome Soyer](https://github.com/jsoyer)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003csub\u003eMade with ☕ and 🤖\u003c/sub\u003e\u003cbr\u003e\n  \u003csub\u003e⭐ Star this repo if you find it useful!\u003c/sub\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsoyer%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsoyer%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsoyer%2Fhomebrew-tap/lists"}