⚡ Install Yukisbox CLI & SDK

Zero Dependencies • Lightning Fast • Python 3.8+

Upload files up to 2GB, convert Telegram media links, host code pastebins, and script autonomous AI toolchains directly from your terminal or CI/CD pipelines.

bash — pip install yukisbox
# 1. Install official package from PyPI $ pip install --upgrade yukisbox # Or install direct wheel directly from our Yukisbox server node $ pip install https://yukiapi.site/dist/yukisbox-1.0.0-py3-none-any.whl # 2. Verify installation $ yukisbox stats
Works on all platforms (Linux, macOS, Windows, Termux) with Python 3.8 or higher.
node — npx / npm
# 1. Run instantly without installation via npx $ npx yukisbox stats # 2. Upload file via Node.js CLI $ npx yukisbox upload video.mp4 --slug my-video # 3. Or install globally via npm $ npm install -g yukisbox
Zero external dependencies. Compatible with Node.js v16, v18, v20, and v22+.
bash — automated installer
# Automated 1-line install to /usr/local/bin or ~/.local/bin $ curl -sSL https://yukiapi.site/install.sh | bash # Test immediately $ yukisbox stats
Downloads standalone binary, sets executable permissions, and links to your system PATH.
python — on-the-fly execution
# Execute directly in memory (zero disk installation) $ curl -sSL https://yukiapi.site/cli | python3 - stats # Upload file on-the-fly $ curl -sSL https://yukiapi.site/cli | python3 - upload video.mp4
Perfect for ephemeral environments, GitHub Actions, serverless functions, and Docker containers.
docker — agent environment
# Run inside isolated container $ docker run -it --rm python:3.12-slim bash -c "pip install yukisbox && yukisbox stats"
Zero extra system dependencies required. Built purely with Python Standard Library.
git — install from source
# Install latest bleeding-edge master branch directly from GitHub $ pip install git+https://github.com/SUDEEPBOTS/YIKIBOX.git
Track the latest commits and improvements directly from the official GitHub repository.

Zero Dependencies

No bulky third-party libraries. Runs with pure standard library.

Telegram Media

Convert public channel posts into direct streaming URLs.

2GB Upload Limit

Support for large archives, video, images, and documents.

Zero IP Logs

Completely anonymous with optional password encryption.

CLI Command Reference

Simple, intuitive commands for human developers and autonomous AI agents alike.

Upload Local File
Upload any file up to 2GB with optional password protection, custom slug, or self-destruct counter.
yukisbox upload video.mp4 --slug my-video
Convert Telegram Link
Extract public Telegram post media into high-speed direct download & video seeking URLs.
yukisbox telegram https://t.me/channel/123
Mirror Remote URL
Provide any remote URL and our servers will fetch, mirror, and generate a permanent download link.
yukisbox url https://example.com/data.tar.gz
Create Code Pastebin
Instantly host code snippets with syntax highlighting and raw text viewing endpoints (/raw/{uid}).
yukisbox paste script.py --slug my-script
Inspect Metadata
Inspect file UID, size, MIME type, download counter, and protection status without downloading.
yukisbox info abc123xy
Live Server Health
Check global operational status, runtime uptime duration, and indexed file statistics.
yukisbox stats