Installing Soft Clipper
About five minutes, and four of them are the download. Windows will warn you twice on the way — both are about the app being new, not about anything found in it, and both are one click each. Do not delete the file when your browser offers to.
-
Download the installer
The link is in your purchase email next to your licence key, and on the download page. It is about 120 MB.
-
If your browser says "not commonly downloaded", choose Keep
Chrome and Edge say this about any file few people have downloaded yet, and they offer to delete it. Click the arrow or the three dots next to the warning and choose Keep, then Keep anyway. Nothing was found in the file — it is new, not suspect.
-
Run it, then click More info → Run anyway
Windows shows a blue panel saying it "protected your PC". The Run anyway button is hidden until you click More info first, which is why this stops most people. It is one extra click, not a dead end.
-
Finish the installer
It installs for you only, so Windows never asks for an administrator password. Tick the desktop shortcut if you want one.
-
Open it and paste your licence key
From the Start menu or the shortcut. Paste the key from your email — activation needs the internet once, and the app runs offline afterwards.
-
Add an AI key, or choose not to need one
Settings takes a free Google Gemini key, made in about a minute at Google AI Studio. You can avoid it for YouTube videos that already have captions — pick Ollama or LM Studio and nothing goes to Google. Anything else needs the key to turn speech into text.
-
Try a five-minute video first
It confirms the whole chain works in a minute rather than an hour, before you point it at a two-hour recording.
Prefer no warnings at all?
Paste this into PowerShell instead. SmartScreen shows nothing, because the warning comes from a flag your browser attaches to downloads and PowerShell does not attach one.
Invoke-WebRequest "https://dl.softclipper.pro/Soft-Clipper-Setup.exe" `
-OutFile "$env:TEMP\soft-clipper-setup.exe"
& "$env:TEMP\soft-clipper-setup.exe" Line one downloads the installer, line two runs it. The installer itself is unchanged. Nothing here is piped into a shell — read each line before you run it, here and anywhere else. If a website ever tells you to paste a command you cannot read, do not.
Not sure? Use the normal download above. Both give you exactly the same app, and the warning is safe to click past — the install guide shows how, or message us and we will walk you through it.
Frequently asked questions
Windows says it "protected your PC" and there is only a Don't run button.
My browser deleted the file, or offered to.
Is that warning telling me the file has a virus?
Will it ask for an administrator password?
Where does it install, and where do the clips go?
How do I uninstall it?
Do I need ffmpeg or Python installed first?
How do I get a Gemini API key, and do I have to?
Something else broken? Troubleshooting covers the common failures, and support covers the rest.