UpTik Logo UpTik v1.0 FOSS
Zero-API Omnichannel Desktop Studio • 100% Free & Open Source

Auto-Schedule Videos Across TikTok, Reels & Shorts

Stop paying $40/month for SaaS scheduling limits. UpTik is a high-performance native desktop studio that automates publishing using Chrome DevTools browser automation — running 100% locally with zero API restrictions.

$ curl -fsSL https://raw.githubusercontent.com/tymon5368/uptik/main/scripts/install.sh | bash

One-liner for macOS and Linux. Windows installers available below.

UpTik Desktop Studio Interface
3 Peak Slots
Golden Hour Engagement Algorithm
$0 / Forever
Zero Monthly Fees or Subscriptions
Zero APIs
Chrome DevTools CDP Web Driver
100% Local
Crash-Resilient SQLite Outbox

Architected For Creators

Everything You Need To Scale Short-Form Content

Built with Go, Wails v2, and Svelte 5 for blazing desktop speed and rock-solid privacy.

Omnichannel Golden Hours

Automatically schedules your video queue into verified peak viral windows: 11:30 AM, 6:30 PM, and 9:30 PM across a rolling 30-day horizon with real-time Collision Guard.

Zero-API Browser Automation

Interacts directly with creator interfaces via Chrome DevTools Protocol (CDP) powered by Go-Rod. Reuses your existing browser cookies and logins—no complex enterprise API approval required.

Anti-Ban Circuit Breaker

Continuous DOM inspection detects roadblocks (captchas, identity checkpoints, rate limits, HTTP 429). The queue trips immediately to protect creator accounts from automated bans.

Crash-Resilient SQLite Outbox

Pure Go, zero-CGO SQLite queue in WAL mode. Even if your operating system abruptly restarts or crashes mid-render, UpTik automatically self-heals unfinished jobs back to pending.

Absolute Local Privacy

Your videos, metadata, schedule history, and login cookies never leave your machine. No cloud analytics telemetry, no remote servers, and no 3rd-party intermediaries.

Rich-Text Editor Emulation

Native hardware-level keyboard dispatch bypasses tricky Draft.js and Lexical content-editable wrappers used by TikTok and Meta without triggering anti-bot validation flags.

Seamless Workflow

From Folder To Omnichannel in 3 Clicks

01

Drop Videos & Set Captions

Drag your processed MP4 or MOV files directly into UpTik Desktop Studio. Assign title templates, hashtags, and privacy preferences once for all target platforms.

02

Golden Hour Time Allocation

Hit Auto-Schedule. UpTik scans SQLite history and distributes your videos across peak daily engagement windows (11:30, 18:30, 21:30) with guaranteed zero collision.

03

Hands-Free Background Execution

When the time arrives, UpTik launches Chrome CDP in the background, attaches to your profile, inputs your text, uploads the file, and confirms the schedule.

Honest Comparison

Why Creators Choose UpTik Over SaaS

Feature UpTik Buffer Hootsuite Metricool
Monthly Price $0 (Free Forever) $6 - $120 / mo $99+ / mo $22 - $139 / mo
API Requirements Zero (Chrome CDP) Strict Enterprise APIs Strict Enterprise APIs Restricted Official APIs
Data Privacy 100% Local (SQLite) Cloud Hosted Cloud Hosted Cloud Hosted
Scheduled Video Limits Unlimited Tier-gated (10 to 100) Capped by Plan Capped by Plan
License Open Source (MIT) Proprietary Proprietary Proprietary
Anti-Ban Protection Circuit Breaker Guard API Error Codes Only API Error Codes Only API Error Codes Only

Install in 30 Seconds

Download UpTik For Your OS

Native binaries packaged with zero dependencies.

Linux x86_64

Installs executable to ~/.local/bin and automatically registers .desktop launcher with app icon.

curl -fsSL https://raw.githubusercontent.com/tymon5368/uptik/main/scripts/install.sh | bash
View Linux Releases
Universal
macOS Apple & Intel

Native macOS bundle. Automated Gatekeeper quarantine bypass script included in release.

curl -fsSL https://raw.githubusercontent.com/tymon5368/uptik/main/scripts/install.sh | bash
Download macOS (.zip)
Windows x64 Installer

Standard Windows setup installer and portable zip archive with integrated Webview2 runtime support.

uptik-amd64-installer.exe
Download Windows (.exe)

Questions & Answers

Frequently Asked Questions

How does UpTik post without official social media APIs?

UpTik uses the Chrome DevTools Protocol (CDP) through Go-Rod. It acts exactly like a human sitting at your computer: it attaches to your existing browser session, navigates to the creator dashboard, types the captions via native hardware-level input events, and uploads the video.

Can my TikTok or Meta accounts get banned?

UpTik is specifically designed with an anti-ban Circuit Breaker. Unlike sketchy cloud scrapers that trigger IP mismatch bans, UpTik runs from your home residential IP on your actual browser profile. If any captcha or phone verification checkpoint is detected, it immediately halts the queue so you can handle it manually.

Where is my account data and video library stored?

Everything is stored locally on your device in a self-contained SQLite database with Write-Ahead Logging (WAL mode). No video files or cookies are ever transferred to any external server.

Is UpTik truly free and open source?

Yes! UpTik is released under the permissive MIT license. You can inspect the complete source code, compile it yourself with Go and Bun, or contribute improvements directly on GitHub.