Installing on macOS
Two minutes, and macOS will refuse the app once on the way through. That is expected, it is not a virus warning, and the way past it is three clicks. Do not move the app to the Bin when it asks.
The short version: the first time you open it, macOS will refuse and say it cannot verify the app. Go to System Settings → Privacy & Security → Open Anyway, then open it again. That is the whole obstacle, and it happens once.
-
Open the disk image and drag it to Applications
Double-click the downloaded .dmg in Finder. A window opens with Soft Clipper on one side and a shortcut to your Applications folder on the other — drag one onto the other. Then close the window and eject Soft Clipper from the sidebar.
-
Open it from Applications, not from the disk image
Running it straight out of the mounted image works once and then behaves strangely, because macOS launches it from a temporary read-only copy. Copy it across first, every time.
-
Double-click it, and expect to be refused
macOS will say it cannot be opened because Apple cannot check it for malicious software — or, on some Macs, that it is "damaged" and should be moved to the Bin. Both mean the same thing and neither is a virus warning. Click Done or Cancel. Do not move it to the Bin.
-
Now open System Settings → Privacy & Security
Scroll down to Security. Because you just tried to open it, there is now a line about Soft Clipper with an Open Anyway button beside it. That button does not appear until you have been refused once, which is why this step comes third.
-
Click Open Anyway, then Open
Confirm with Touch ID or your password. macOS asks once more to be sure; choose Open. The app starts, and this Mac never asks again.
-
Paste your licence key
The key from your purchase email. One licence covers one computer, and activation needs the internet once — after that it runs offline.
-
Add an AI key, or choose not to need one
Settings takes a free Google Gemini key. 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.
Prefer no warnings at all?
Paste this into Terminal instead. macOS shows no security warning, because the warning comes from a flag your browser attaches to downloads and curl does not attach one.
curl -L -o ~/Downloads/soft-clipper.dmg \
https://dl.softclipper.pro/Soft-Clipper.dmg
hdiutil attach ~/Downloads/soft-clipper.dmg
cp -R "/Volumes/Soft Clipper/Soft Clipper.app" /Applications/
hdiutil detach "/Volumes/Soft Clipper"
open "/Applications/Soft Clipper.app" Line one downloads the disk image, line two opens it, line three copies the app into Applications, line four closes the image again, line five starts it. 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
It says Soft Clipper is "damaged and can't be opened. You should move it to the Bin."
I looked in Privacy & Security and there is no Open Anyway button.
Why does macOS say Apple "cannot check it for malicious software"?
Is it safe?
Will I have to do this every time?
Which Macs does it run on?
Where does it keep my clips and settings?
How do I uninstall it?
Stuck at any step? WhatsApp +44 7462 086661 or email info@softclipper.pro — a screenshot of what macOS said is usually enough to sort it in one reply.