Automic VaultAutomic Vault

brew

Install youtubeuploader with Homebrew, Nix

Scripted uploads to Youtube. Version 1.25.5 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install youtubeuploader

local Homebrew formula metadata

Linux

Nixverified · 92%
nix profile install nixpkgs#youtubeuploader

nixpkgs package indexes · pkgs/by-name/yo/youtubeuploader/package.nix · source: api.github.com

overview

Package summary

Scripted uploads to Youtube

Commands and aliases

  • youtubeuploader

history

Project history and usage

youtubeuploader is a Go command-line utility for scripted uploads to YouTube. Instead of downloading media, it automates the publishing side: upload a local file or URL, set metadata, manage playlists, apply thumbnails/captions, and control upload bandwidth.

Project history

The public repository was created in May 2015, in the period when YouTube Data API v3 and OAuth2 became the normal path for programmatic uploads. The README credits Google's Go YouTube API sample code and tokland/youtube-upload for playlist-update insight, placing the project in a lineage of CLI wrappers around the official YouTube API.

The project evolved around the operational details that make uploads hard to script: OAuth client secrets, token caching, resumable/chunked uploads, rate limiting, metadata JSON, thumbnails, captions, playlist IDs, subscriber notification flags, and headless-server token transfer.

Adoption history

youtubeuploader serves a narrower but durable automation niche: creators, archivists, CI jobs, and media pipelines that need repeatable uploads rather than browser sessions. Third-party tutorials document it as a practical way to batch or command-line upload videos, while Homebrew and Nix package it for workstation/server installation.

The README also tracks ecosystem constraints imposed by Google. It highlights the July 28, 2020 YouTube API policy that new unverified API projects have uploads restricted to private visibility, and notes quota limits that affect how many videos a default project can upload per day.

How it is used

At minimum, users run `youtubeuploader -filename blob.mp4`. First-run OAuth opens a browser and stores a request token; for a headless server, users generate the token locally and copy it with the binary and client_secrets.json.

More advanced usage supplies metadata through flags or a JSON file: title, description, tags, privacy status, publish time, made-for-kids flags, playlist IDs/titles, localizations, captions, thumbnail, language, chunk size, and rate-limit windows.

Why package nerds care

youtubeuploader is useful package lore because it packages a web-console workflow as a reproducible CLI. Its hard parts are not algorithms; they are OAuth, API policy, quotas, metadata shape, and robust streaming upload behavior.

It pairs naturally with schedulers, build systems, and media pipelines, which is exactly where a package-manager-installed binary beats a one-off browser session.

Timeline

  • 2015-05-21: The public porjo/youtubeuploader GitHub repository is created.
  • 2010s: The tool builds on Google's Go YouTube API sample code and earlier youtube-upload CLI ideas.
  • 2020-07-28: Google changes YouTube Data API upload policy for new unverified API projects, affecting automated uploader workflows.
  • 2020s: youtubeuploader remains packaged for scripted workstation and server uploads.

Related projects

  • Google YouTube Data API v3 is the service API that youtubeuploader wraps.
  • Google's Go API samples are credited as a base for the uploader.
  • tokland/youtube-upload is an earlier command-line uploader credited for playlist-update insight.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:upload

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 8 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
client_secrets.jsonrequest.token

executables

Installed executables

CommandKindExposureNote
youtubeuploadercliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.25.5
manager updated
local dataok
upstreamcurrent
latest detectedv1.25.5

https://github.com/porjo/youtubeuploader

  • infoNo package-manager update timestamp was available.low confidence

install metadata

Package metadata

Package keybrew:youtubeuploader
Version1.25.5
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/youtubeuploader
Homepagehttps://github.com/porjo/youtubeuploader
Repositoryhttps://github.com/porjo/youtubeuploader
Upstream docshttps://github.com/porjo/youtubeuploader#readme
LicenseApache-2.0
Source archivehttps://github.com/porjo/youtubeuploader/archive/refs/tags/v1.25.5.tar.gz
Build dependenciesgo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameyoutubeuploader
Version Scheme1
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

youtubeuploader

nix profile install nixpkgs#youtubeuploader
  • normalized package name match
  • Matched by: Youtubeuploader
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/yo/youtubeuploader/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment