Automate & orchestrate YouTube publishing at scale: scheduled queues, resumable uploads, multilingual metadata, playlist & thumbnail flow – all privately self‑hosted with a nostalgic High Sierra feel.
Built to remove friction from daily content operations – not another SaaS dependency. Own the pipeline; keep your data local.
Define publish times per video with timezone‑aware scheduling & automatic backoff for API limits.
Robust chunked uploads with retry & resume state – no restart when the network flickers.
Channel tokens refreshed just‑in‑time; per‑channel credential isolation.
Optional AI translation for titles & descriptions; localized snippet injection.
Post‑upload automation for custom thumbnails and playlist placement sequences.
No vendor lock‑in: single binary environment using SQLite by default or external DB later.
Stalled or partial sessions auto‑requeued; resilient worker loop keeps the pipeline alive.
Manual Node.js bundle with checksum – minimal surface change to the host OS.
One‑liner bootstrap. After deployment you can manage licensing & upgrades via appcenter.ziqva.com.
Installs Node.js (manual tarball), Yarn / PM2, app bundle, config & service.
curl -fsSL https://ytasis.ziqva.com/install.sh | bashPurges prior deployment: directory, PM2 process, Node/Yarn (if managed), then redeploys clean.
curl -fsSL https://ytasis.ziqva.com/reinstall.sh | bashIrreversible – backup custom media/scripts first.
Licenses & feature unlocks are managed centrally through our App Center. No public tier matrix here—just pick what you need inside your account.
You can install now and activate a license later—core flow still works in basic mode.
curl -fsSL https://ytasis.ziqva.com/install.sh -o install.sh && less install.shcurl -fsSL https://nodejs.org/dist/v20.19.3/SHASUMS256.txt | grep node-v20.19.3-linux-x64.tar.xzcurl -fsSL https://ytasis.ziqva.com/install.sh | bash -s -- --no-firewallNeed a fully air‑gapped procedure? Request an offline bundle via support.
Stop depending on brittle browser extensions & rate‑limited manual flows. Deploy a resilient, introspectable layer you control end‑to‑end.