Skip to content

toobuntu/homebrew-FreeTube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified FreeTube Installation for Apple Silicon

FreeTube

FreeTube’s Homebrew Tap for Apple Silicon

Install a native Apple Silicon build of FreeTube with this Homebrew Tap maintained by the FreeTube project.

If you install FreeTube via Homebrew without this tap, you get an Intel-native build that requires Rosetta 2 in order to run on Apple Silicon. (Intel Mac users, see below.)

Quick Installation on Apple Silicon

  1. Ensure Homebrew is installed.

  2. If you already installed FreeTube: uninstall it.

    If installed from the main Homebrew cask (not this tap):

    # Uninstall the cask, while keeping your settings.
    brew uninstall freetube
  3. Install FreeTube with a single command:

    brew install --no-quarantine pikachuexe/freetube/pikachuexe-freetube

    Or, if you prefer step-by-step:

    # Add the FreeTube tap (required only once).
    brew tap pikachuexe/freetube
    
    # Install FreeTube from the tap.
    brew install --no-quarantine pikachuexe-freetube

About --no-quarantine

  • Why use it?

    The --no-quarantine option bypasses Gatekeeper, enabling you to run FreeTube while saving its developers the time and expense of having to register with Apple, sign the software and get it notarized by Apple.

  • About releases:

    This repository has Apple Silicon-native FreeTube builds intended for installation with Homebrew. While direct downloads are discouraged, if you opt for that method, you’ll need to remove the Gatekeeper quarantine yourself for the app to run on your Apple Silicon Mac:

    # Replace <path/to/file> with the actual path to your downloaded file.
    /usr/bin/xattr -dr com.apple.quarantine <path/to/file>

Quick Installation on Intel Macs

  1. Ensure Homebrew is installed.

  2. Use Homebrew without this tap to install FreeTube:

brew install freetube

Homebrew documentation

For more details about using Homebrew, check Homebrew’s documentation or run brew help or man brew.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 52.0%
  • Ruby 48.0%