Kliptory Unlimited
Business setup instructions for running Kliptory Unlimited on your own infrastructure.
Try before you buy
Kliptory Unlimited is a $19,998 $9,999 one-time purchase. Before buying, watch the sample videos on the docs overview — that is the editing style and quality level you should expect from self-hosted installs too. You can also create your own samples using a cloud subscription on kliptory.com to make sure you are happy with the video editing quality.
Pricing & ongoing costs
Kliptory Unlimited is a one-time purchase of $9,999. After you pay, there is no required recurring payment to Kliptory — you own a perpetual license to run the software on your own machine.
| Item | Price | Notes |
|---|---|---|
| License | $9,999 one-time | Full self-hosted install. No monthly subscription required to keep using the version you received. |
| Optional updates | $50/month | Optional add-on if you want future software updates from Kliptory. Not required — you can keep running your current build without it. |
Third-party services are separate. Kliptory Unlimited runs on your infrastructure, but video generation still calls external APIs. You pay those providers directly — for example OpenAI, Anthropic, ElevenLabs, HeyGen, Kie.ai, Pixabay, and Pexels. See Required Services for the full list of keys you will need to configure.
There is no Kliptory credit cap on self-hosted installs — you can create as many videos as you are willing to pay for through those third-party services.
License key (required)
After purchase you receive a license key by email. Each key can be activated once for a single self-hosted installation.
- A superuser opens Portal → Unlimited Activate, enters the key, and binds this install (stores a signed proof from kliptory.com).
- Video creation calls
https://kliptory.comto validate the license.
What to expect
Compiled software — no source changes
Kliptory Unlimited is delivered as pre-built Docker images for your CPU architecture
(kliptory-business-amd64.tar.gz or kliptory-business-arm64.tar.gz, plus the matching kliptory-editor-*.tar.gz).
The application is compiled and bundled for deployment — you do not receive source code and cannot modify, customize, or extend the software. Run it as provided.
Unlimited videos, pay-as-you-go API usage
There is no monthly video quota from Kliptory. You can generate as many videos as you want, limited only by what you are willing to spend on third-party API usage (voiceover, LLM calls, stock footage, thumbnails, and so on). Your costs scale with how much you produce.
Generation time
Video generation runs locally on your machine and is not instant. A typical 10-minute video takes about 2–4 hours to complete, depending on your internet speed (for downloading footage and calling external APIs) and your computer specs (CPU, RAM, and whether you have a GPU for rendering). Faster hardware and a stable connection reduce wait times; weaker setups will take longer.
Requirements
Supported platforms
- ✓ Ubuntu with Docker on Linux
- ✓ macOS with Docker Desktop
Not supported
- ✗ Native Windows and WSL
- ✗ Docker Desktop on Windows
If you're on Windows, install Ubuntu in a VM.
Minimum
- 8 vCPU
- 8 GB RAM
- 250 GB SSD/HDD free space
Recommended
- ~18 vCPU
- ~16 GB RAM
- 500 GB to 1 TB+ fast disk free space
Disk figures above are free space available for Kliptory — not the total storage capacity of your computer. We do not recommend MacBooks with 256 GB total storage. Plan for at least 500 GB to 1 TB+ free on the machine running Kliptory. Any NVIDIA or macOS GPU helps increase rendering speed, but it is not required.
Download
Download the following files and place them in the same folder. Choose the image pair that matches your machine:
Intel / AMD64
Most Ubuntu servers, Intel Macs
- kliptory-business-amd64.tar.gz
- kliptory-editor-amd64.tar.gz
Apple Silicon / ARM64
M1/M2/M3 Macs, ARM Ubuntu servers
- kliptory-business-arm64.tar.gz
- kliptory-editor-arm64.tar.gz
- Docker deployment file (
docker-compose.business.yml) — we will provide - Load script (
load-images.sh) — we will provide .envfile contents — we will provide
In the same folder as docker-compose.business.yml, create a .env file and paste the provided contents there.
Load & start
Load the Docker images, then start the stack. The easiest way is to use the provided load-images.sh script:
chmod +x load-images.sh
./load-images.sh
Or load the matching image pair manually:
# Apple Silicon / ARM64
docker load -i kliptory-editor-arm64.tar.gz
docker load -i kliptory-business-arm64.tar.gz
# Intel / AMD64
docker load -i kliptory-editor-amd64.tar.gz
docker load -i kliptory-business-amd64.tar.gz
docker compose -f docker-compose.business.yml up -d --force-recreate
Create the .env file in the same folder as docker-compose.business.yml.
Enable email & password login
docker compose -f docker-compose.business.yml exec web python manage.py shell -c "from portal.models import SiteConfig; SiteConfig.set('EMAIL_PASSWORD_AUTH_ENABLED', 'true')"
Create a super admin
After creating an account, promote yourself to super admin. Replace YOUREMAILUSEDTOSIGNUP with the email you used to sign up:
docker compose -f docker-compose.business.yml exec web python manage.py shell -c "from django.contrib.auth import get_user_model; U = get_user_model(); u = U.objects.get(email='YOUREMAILUSEDTOSIGNUP'); u.is_staff = True; u.is_superuser = True; u.save(); print('Done:', u.email)"
Visit http://localhost:5021/portal/settings/ to add your API keys.
Open Kliptory in your browser
Once the Docker stack is running, open Kliptory in your web browser on the same machine. We recommend Google Chrome.
These URLs only work on the machine where Docker is running.
Add proxies.txt
The compose file mounts ./proxies.txt from the host into worker containers at /app/videos/pipeline/proxies.txt.
On a new install, load-images.sh creates this file automatically if it is missing.
Edit it in the same directory as docker-compose.business.yml:
http://user:[email protected]:8080
http://user:[email protected]:8080
socks5://user:[email protected]:1080
docker compose -f docker-compose.business.yml up -d
An empty proxies.txt is fine if you do not use proxies.
Required services
Enter your API keys at http://localhost:5021/portal/settings/:
| ElevenLabs or Minimax | Voiceover generation |
| OpenAI | GPT models |
| Anthropic | Claude models |
| Kie.ai | Thumbnail generation |
| OpenRouter | Kliptory Low and Medium models |
| Webshare | Proxies for web scraping |
| HeyGen | Avatar video generation (not stable as of this time) |
| Giphy | GIF API key |
| Freesound | Sound effects |
| Pixabay | B-roll footage |
| Pexels | B-roll footage |
Enable A-Roll & avatar video formats
By default, Top 10 with A-Roll, Documentary with A-Roll, and Avatar Video are turned off on self-hosted installs. They still appear in the Create Video format dropdown, but are marked as under maintenance until you enable them. Avatar Video requires a HeyGen API key and is not fully stable yet.
Via Portal Settings (recommended)
Sign in as a super admin, then open Provider Settings. In the Video Creation section:
- A-Roll Formats Under Maintenance — turn off (Disabled) to allow Top 10 with A-Roll and Documentary with A-Roll.
- Avatar Video Under Maintenance — turn off to allow avatar video creation.
Click Save Provider Settings after changing either toggle.
License
KLIPTORY SOFTWARE LICENSE AGREEMENT
Copyright © 2026 Kliptory. All rights reserved.
PLEASE READ THIS LICENSE AGREEMENT CAREFULLY BEFORE USING THIS SOFTWARE. BY INSTALLING OR RUNNING THIS SOFTWARE YOU AGREE TO BE BOUND BY THE TERMS OF THIS AGREEMENT.
1. Grant of License — Kliptory grants you a non-exclusive, non-transferable, limited license to install and use this software on a single server or machine solely for your own personal or internal business purposes.
2. Restrictions — You may not copy, distribute, sublicense, sell, resell, or transfer this software; modify, reverse-engineer, or create derivative works; remove proprietary notices; install on more than one machine without an additional license; build a competing product; or host this on the public internet (local usage only).
3. Ownership — This software is licensed, not sold. Kliptory retains all right, title, and interest in and to the software.
4. No Warranties — THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
5. Limitation of Liability — TO THE MAXIMUM EXTENT PERMITTED BY LAW, KLIPTORY'S TOTAL LIABILITY SHALL NOT EXCEED THE AMOUNT YOU PAID FOR THIS LICENSE.
6–8. Termination, governing law, and entire agreement apply as stated in your purchase terms.