Soft Clipper Get Soft Clipper
Help

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.

  1. 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.

  2. 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.

  3. 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.

  4. Finish the installer

    It installs for you only, so Windows never asks for an administrator password. Tick the desktop shortcut if you want one.

  5. 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.

  6. 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.

  7. 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.
Click More info on that panel first. A Run anyway button appears underneath. The button is genuinely hidden until you do that, which is why this stops so many people.
My browser deleted the file, or offered to.
Chrome and Edge warn about any file that few people have downloaded yet. In the downloads list, click the three dots or the arrow next to Soft Clipper and choose Keep, then Keep anyway. If it is already gone, download it again and choose Keep when asked.
Is that warning telling me the file has a virus?
No. SmartScreen reports how many people have run a file and whether the publisher paid for a code-signing certificate. Ours has not yet, so every new release starts with no reputation and the warning appears until enough people have installed it. It is a statement about paperwork, not about the file.
Will it ask for an administrator password?
No. It installs for your user account only, which is also why it works on a locked-down work laptop.
Where does it install, and where do the clips go?
Into your own AppData folder, not Program Files. Clips go to the folder you pick in Settings, and stay there when you uninstall — an uninstall never touches your clips.
How do I uninstall it?
Settings → Apps → Soft Clipper → Uninstall, the same as anything else. Your clips are left alone.
Do I need ffmpeg or Python installed first?
No. Everything is inside the download, ffmpeg included — which is why it is not a small file.
How do I get a Gemini API key, and do I have to?
Create one free at Google AI Studio with a Google account. The free tier covers ordinary use; beyond that Google bills you, never us. You can avoid the key for YouTube videos that already carry captions — choose Ollama or LM Studio in Settings. A local file, or a video without captions, still needs it, because turning speech into text is the one step only Gemini does in this build.

Something else broken? Troubleshooting covers the common failures, and support covers the rest.

WhatsApp