Substitute for ScanSnap Manager when Rosetta 2 discontinues

After using ScanSnap Manager app for my ScanSnap S1300M [edit - S1500M, not S1300M] scanner for many years, it appears that a change may be needed when Rosetta 2 support discontinues in MacOS. I regularly receive system alert notices warning of this when I launch ScanSnap Manager.

Any recommendations? ScanSnap Home? VueScan? Exact Scan?

A few years ago Fujitsu’s app replacement, ScanSnap Home, caused a big furor due to restrictions such as requiring internet access and registration, restricting use to a designated computer or limited computers, etc. I understand that some of the onerous restrictions have been modified but hesitate to install this app if it might interfere with the already-installed ScanSnap Manager. Any thoughts on this? Have others used ScanSnap Home successfully without restrictions?

[edit - S1500M, not S1300M]

I have switched to Scansnap Home almost two years ago. EDIT: No issues with an ix500, although unsupported. I am not sure about other models that are not supported.

Same here. Have used the Home software since it came out. No issues.

I’m still on ScanSnap Manager with my ancient s510M that has been rebuilt twice. ScanSnap Home doesn’t even support that hardware when I last checked not to mention the license and restriction BS.

I’m waiting and will see what happens.

My best guess now is I’ll sic Claude + Ghidra on the existing ScanSnap Manager executable and try to reverse engineer it and build my own replacement. I see no reason to abandon perfectly good working hardware because some company decides I need to “upgrade” when all it really is is a way to cause me to spend more money and increase e-waste.

1 Like

I use VueScan with my S1500. I have been fairly satisfied with the performance. Still, I don’t like the idea of paying for the software after the first year if I want “new features, better performance, and compatibility with new scanners and operating systems.”

The issues I had with ScanSnap home, actually only one, was the license restriction to one computer. But they have since removed it. Otherwise I’ve found Home much better than Manager.

There has been many discussions of the software on the MPU forums. You might want to review them.

1 Like

Those license restrictions are long gone. :slight_smile:

Regarding the support of the s510M: I am using the ix500. While it is not officially supported or mentioned by Ricoh in combination with Scansnap Home, it does work perfectly fine with the ix500. In order to download ScanSnap Home, I just chose another model like the sv600, downloaded the software, and it worked with the ix500. I am not sure if it is working with the s510M, too, though.

Will it work with S1500M? I am still on this one and it runs perfectly so I will not replace it!

I got the same message for my Canon All-In-One (printer / scanner) recently.

Is Golden Gate the macOS version that drops Rosetta 2 support?

As I do not own the S1500M but the ix500, I don’t know. Scansnap Home does work with the ix500 although not supported officially. According to Reddit.com, the s1300i is not recognized under Scansnap Home.

As announced at WWDC in 2025, macOS Tahoe 26 is the last release to support Intel based Macs. Additionally, Rosetta support for apps will end after macOS 27. Starting in macOS Tahoe 26.4, users will be notified when they launch apps that use Rosetta of the upcoming incompatibility.

via: macOS Tahoe 26.4 Release Notes | Apple Developer Documentation

What does this mean for Golden Gate? Apparently, Rosetta will be removed when updating to Goldes Gate. You can restore Rosetta:

After upgrading to Golden Gate, Rosetta won’t be automatically restored, so if it is needed, you will be prompted to install it again.

via: Deprecations and removals from Golden Gate – The Eclectic Light Company

It will be completely gone in macOS 28.

1 Like

I’ve been using Scansnap Home with an unsupported ix500 without any issues. That said, I break out in cold sweat with every update.

I like you’re thinking! I’ve been thinking of trying this in various areas where I no longer want to pay a subscription, plus, I’ve also come to the conclusion OS updates are going have a bigger impact on my app and mac usage moving forward and so I’m going to be much slower in upgrading my systems.

I was really interested in Glaze to achieve this until the app was released for Tahoe+ only. I’m not leaving Seqouia for the foreseeable future.

Decided to fire this off. End result already been done. I have a Claude Skill to give me the top 5 FOSS alternatives to X where X is a proprietary tool with the pros and cons of each and the reasons for ranking them. I’ll see if I can attach the entire Claude output here. If you want to see my FOSS Claude skill I can send that as well. I usually explain what pieces of the proprietary tool are most important to me .

FOSS Alternatives to [[ScanSnap Manager]]

[[ScanSnap Manager]] is Fujitsu/PFU’s proprietary macOS software that drives the ScanSnap S510M. It is x86_64-only (needs Rosetta on Apple Silicon) and abandoned. The open-source [[SANE]] stack replaces it entirely: the fujitsu backend already speaks the S510M’s SCSI-over-USB command set and builds natively for arm64, so the whole thing runs on Tahoe / “GoldenGate” with no Rosetta. This workup ranks five FOSS ways to actually drive the scanner, all sitting on that one backend.


Context & Criteria

The replacement has to cover what you used ScanSnap Manager for on an Apple-Silicon Mac, natively:

  • Drive the ScanSnap S510M — a sheet-fed ADF, duplex scanner (no flatbed), USB vendor=0x04c5 product=0x116f.
  • Native arm64 (no Rosetta, no kext — the S510M is user-space USB so nothing to break on OS upgrade).
  • Duplex + multi-page capture, then output to searchable PDF (OCR), like the old Quick Menu did.
  • Free / open source, ideally scriptable so it can fold into your Tools/ workflow.
  • Low brick risk (all candidates use the read-only scan command set; none flash firmware — the S510M takes no host firmware upload anyway).

The driver is the same in every case: SANE’s fujitsu backend, installed via Homebrew sane-backends. What differs is the frontend — how you trigger scans and make PDFs. That’s what the five candidates below really compare.


The Top 5 Candidates

1. [[sane-backends]] + scanimage (CLI)

Website: http://www.sane-project.org / Homebrew Formulae: sane-backends
License: GPL-2.0 (with SANE linking exception)
Tech stack: C, libusb; ships the fujitsu backend + scanimage/sane-find-scanner CLI
GitHub activity: Actively maintained (sane-project · GitLab); regular releases, backend updated for Fujitsu/Ricoh fi series

What it is

The core package — the actual reverse-engineered driver plus a command-line scanner. Everything else on this list is a GUI wrapper around exactly this. Installs native arm64 from Homebrew in one command. This is the piece that removes Rosetta.

Pros

  • The fujitsu backend explicitly supports the S510M (0x04c5:0x116f) including ADF Duplex.
  • One-line install (brew install sane-backends); no Fujitsu software, no kext, no Rosetta.
  • Fully scriptable — --batch multipage capture pipes straight into a PDF, so it can become an Oogie_Robot_Assistant tool.
  • Verified working on Apple Silicon (M-series, Sonoma) by multiple users with Fujitsu ADF scanners.

Cons

  • No GUI, no preview, no built-in OCR — you assemble PDF/OCR yourself (img2pdf + ocrmypdf).
  • The scanner’s hardware Scan button won’t auto-launch anything; you start scans from the shell.
  • First-run setup (detect device, pick the right --source) is fiddly relative to a GUI.

Best fit

You, if you want a scriptable, dependency-light pipeline you control — mirrors how the rest of your Tools/ work.


2. [[NAPS2]] (Not Another PDF Scanner 2)

Website: https://www.naps2.com / Mac Scanning - NAPS2
License: GPL/AGPL (free, open source)
Tech stack: C#/.NET; native macOS app for macOS 10.15+ (x64 + arm64); uses the SANE backend on Mac
GitHub stars: ~3,000+ (approx., as of 2026-07), active releases

What it is

The closest all-in-one replacement for the ScanSnap Manager experience: a real GUI that scans, previews, reorders pages, does OCR via Tesseract, and exports searchable PDF/TIFF/JPEG/PNG. On Mac it drives your scanner through the same Homebrew SANE backend.

Pros

  • Native Apple-Silicon build — no Rosetta.
  • Built-in OCR (Tesseract) and PDF output — replaces the Quick Menu → searchable-PDF flow directly.
  • Handles ADF + duplex, page reorder, profiles you can save per document type.
  • Actively developed, cross-platform, genuinely free (not open-core).

Cons

  • Still needs brew install sane-backends first — NAPS2 provides the UI, SANE provides the driver.
  • SANE-device detection inside NAPS2 occasionally needs the manual “Choose Device” step; a few Linux/SANE detection quirks reported.
  • OCR is “make the PDF searchable” quality — good, but gscan2pdf’s OCR is sometimes cleaner.

Best fit

The everyday-driver pick — anyone who wants a ScanSnap-Manager-like window with OCR-to-PDF and no scripting.


3. [[AirSane]]

Website: GitHub - SimulPiscator/AirSane: Publish SANE scanners to MacOS, Android, and Windows via Apple AirScan. · GitHub
License: GPL-3.0
Tech stack: C++; exposes SANE scanners as eSCL / Apple AirScan devices over the local network
GitHub stars: ~1,000+ (approx., as of 2026-07), maintained

What it is

A small server that publishes your SANE-connected S510M as an AirScan (eSCL) device. Once running, the scanner shows up natively in macOS Image Capture, Preview, Notes, and the Printers & Scanners pane — as if it were a modern network scanner — with zero client-side driver.

Pros

  • After setup you scan from stock Apple apps, all native arm64, no third-party scan UI at all.
  • Turns a 2007 USB scanner into something the whole house can scan to over Wi-Fi.
  • Nicely decouples driver (SANE) from UI (Apple), so OS upgrades touch neither.

Cons

  • Most setup effort: build/run the server, keep it running (launchd), understand eSCL.
  • Overkill if you only scan from the one Mac the scanner is plugged into.
  • Still rides on sane-backends underneath — same prerequisite.

Best fit

You want to scan from native macOS apps (or an iPhone/iPad) and don’t mind standing up a small background service.


4. [[gscan2pdf]]

Website: https://gscan2pdf.sourceforge.io
License: GPL-3.0
Tech stack: Perl + GTK; SANE frontend with strong OCR/PDF tooling
Activity: Long-lived, still maintained

What it is

A power-user SANE GUI focused on scan → edit (deskew/crop/rotate) → OCR → searchable PDF/DjVu. Its OCR-to-text results are often rated the best of the frontends here.

Pros

  • Best-in-class OCR and PDF post-processing among these options.
  • Full page editing (reorder, deskew, crop) plus Tesseract/other OCR engines.
  • Works with any SANE scanner, so the S510M included.

Cons

  • Heavy macOS install — pulls in Perl + GTK + Goo::Canvas via Homebrew; the GTK UI feels non-native and can be finicky on Apple Silicon.
  • More moving parts to keep working across OS upgrades than NAPS2.
  • No Apple-native app; you live in a GTK window.

Best fit

Document-archival power users who want maximum OCR/editing control and will tolerate a GTK stack.


5. [[TWAIN SANE Interface]] (Ellert Image Capture plugin)

Website: https://www.ellert.se/twain-sane/
License: GPL / LGPL (SANE preference pane + Image Capture / TWAIN datasource)
Tech stack: Obj-C/C bridge exposing SANE backends to macOS Image Capture & TWAIN apps
Activity: Classic project; update cadence has lagged on recent macOS

What it is

The original “make SANE scanners appear in macOS Image Capture” bridge, plus a System-Preferences pane for SANE. Historically the cleanest way to use a SANE scanner from native Mac apps before AirSane existed.

Pros

  • Integrates SANE scanners into Image Capture and any TWAIN app natively.
  • Familiar, long-standing solution with lots of write-ups.

Cons

  • Apple-Silicon + recent-macOS status is uncertain — notarization / signing and universal builds have lagged; may need workarounds or may not run cleanly on Tahoe.
  • Preference-pane model is deprecated tech on modern macOS.
  • If you want native-app scanning, AirSane is the more future-proof route.

Best fit

Only if you specifically want Image Capture integration and AirSane feels like too much — and you verify it runs on your macOS version first.


Side-by-Side Summary

Candidate Native arm64 GUI Built-in OCR→PDF Duplex/ADF Setup effort License Best for
[[sane-backends]] + scanimage Yes No (CLI) No (add ocrmypdf) Yes Low–Med GPL-2.0+exc Scriptable pipeline
[[NAPS2]] Yes Yes (native) Yes (Tesseract) Yes Low GPL/AGPL Everyday driver
[[AirSane]] Yes (via Apple apps) Uses Apple apps Via Apple apps Yes High GPL-3.0 Native/network scanning
[[gscan2pdf]] Runs (GTK) Yes (GTK) Yes (best OCR) Yes High GPL-3.0 OCR/editing power users
[[TWAIN SANE Interface]] Uncertain Image Capture Via host app Yes Med GPL/LGPL Image Capture integration

Every row depends on the same sane-backends + fujitsu driver — that’s the actual Rosetta-killer; the frontends are preference.


Recommendation

Install sane-backends and prove the scanner works with scanimage first, then put [[NAPS2]] on top as your day-to-day UI. That combination gives you a native Apple-Silicon, no-Rosetta replacement for both halves of ScanSnap Manager — the driver and the OCR-to-searchable-PDF workflow — with the least fuss. NAPS2 is free, actively developed, and handles the S510M’s duplex ADF and PDF/OCR output directly.

Runner-up depends on your taste: if you’d rather scan from stock Apple apps (Image Capture / Preview / an iPad), stand up [[AirSane]] — more setup, but the most future-proof and the nicest once running. If you’re an OCR/archival stickler, [[gscan2pdf]] has the best text extraction, at the cost of a heavy GTK install. Skip [[TWAIN SANE Interface]] unless you verify it runs on your macOS version — its Apple-Silicon status is the shakiest here. And because you like scriptable tools, the pure scanimage route (candidate 1) could itself become an Oogie_Robot_Assistant scan-to-PDF tool if you’d rather not run a GUI at all.


Exact Homebrew build & test steps (Apple Silicon)

Do this on your current Sonoma 14.8 Mac first, while ScanSnap Manager still works, so you have a fallback before upgrading to Tahoe. Commands are for Apple Silicon (Homebrew in /opt/homebrew). Both bash/zsh and tcsh shown, since your login shell is tcsh.

0. Quit ScanSnap Manager first

It holds a USB lock on the scanner. Fully quit it (menu-bar icon → Quit), or SANE won’t be able to claim the device.

1. Install Homebrew (skip if already installed)

bash/zsh:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

tcsh:

/bin/bash -c "`curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh`"

2. Install the SANE stack (the native driver)

bash/zsh:

brew install sane-backends libusb

tcsh:

brew install sane-backends libusb

Confirm it’s an arm64 binary (should print arm64, i.e. no Rosetta):

file "$(brew --prefix)/bin/scanimage"

tcsh:

file "`brew --prefix`/bin/scanimage"

3. Make sure the fujitsu backend is enabled

It is by default. Verify fujitsu is present and not commented out:

grep -i fujitsu /opt/homebrew/etc/sane.d/dll.conf

tcsh:

grep -i fujitsu /opt/homebrew/etc/sane.d/dll.conf

If the line is missing, add it:

echo fujitsu >> /opt/homebrew/etc/sane.d/dll.conf

4. Plug in the S510M and confirm the OS sees it

bash/zsh:

sane-find-scanner -q

tcsh:

sane-find-scanner -q

Expect a line like: found USB scanner (vendor=0x04c5, product=0x116f) at libusb:XXX:YYY.
0x04c5 = Fujitsu, 0x116f = S510M. If you see it, the driver can reach the hardware.

5. Confirm SANE claims it as a scanner

scanimage -L

tcsh:

scanimage -L

Expect something like: device 'fujitsu:libusb:XXX:YYY' is a FUJITSU ScanSnap S510M scanner.
If it’s blank: re-check that ScanSnap Manager is quit (step 0), replug USB, and re-run.

6. List the scanner’s options (find the right source names)

scanimage --help -d fujitsu

The S510M is sheet-fed duplex; valid --source values are typically ADF Front, ADF Back, ADF Duplex.

7. Test a single-page scan

bash/zsh:

scanimage -d fujitsu --source 'ADF Front' --resolution 300 --format=png > ~/Desktop/scan_test.png

tcsh:

scanimage -d fujitsu --source 'ADF Front' --resolution 300 --format=png > ~/Desktop/scan_test.png

Put one page in the feeder, run it, and open scan_test.png. Success here means Rosetta is no longer in the loop.

8. Test a duplex, multi-page batch → searchable PDF

Install helpers once:

brew install img2pdf ocrmypdf

Scan all pages (both sides) to numbered files, combine, then OCR:
bash/zsh:

cd ~/Desktop
scanimage -d fujitsu --source 'ADF Duplex' --resolution 300 --format=png --batch=page_%03d.png
img2pdf page_*.png -o scan.pdf
ocrmypdf scan.pdf scan_searchable.pdf

tcsh:

cd ~/Desktop
scanimage -d fujitsu --source 'ADF Duplex' --resolution 300 --format=png --batch=page_%03d.png
img2pdf page_*.png -o scan.pdf
ocrmypdf scan.pdf scan_searchable.pdf

scan_searchable.pdf is the ScanSnap-equivalent output. (NAPS2 does steps 7–8 for you in a GUI once the backend from steps 1–5 is in place.)

9. (Optional) Add the GUI

Download NAPS2 for macOS (arm64) from https://www.naps2.com, open it, add a profile, tick SANE Driver → Choose Device, pick the FUJITSU S510M, and set OCR + PDF output.

Gotchas / lessons

  • Always quit ScanSnap Manager (and any other scan app) before using SANE — the USB device is exclusive-lock.
  • Apple Silicon Homebrew lives in /opt/homebrew (config: /opt/homebrew/etc/sane.d/); older guides that say /usr/local or /opt/local (MacPorts) will point you at the wrong path.
  • The scanner’s physical Scan button won’t trigger software under SANE — you start scans from scanimage/NAPS2.
  • If scanimage -L finds nothing but sane-find-scanner sees the USB device, it’s almost always (a) ScanSnap Manager still holding the device, or (b) the fujitsu line missing from dll.conf.
  • No brick risk: every command above only reads images. The S510M takes no firmware upload, so there is no flashing step that could go wrong. Keep your Sonoma install/Inbox/Scan_Snap/ copy as a fallback until you’ve done a real scan on the new path.

References & Further Reading

1 Like

Right. So we’re dealing with a problem that’s a very solid year away.

I wouldn’t assume that ScanSnap Manager will be updated, as I believe it’s legacy software even by ScanSnap standards. But I do believe that a lot of the printer manufacturers and other companies that users are panicking about will release compatible software.

I can’t get ScanSnap Home to work with my S1500, the software doesn’t even recognise it. Vuescan does (I tried the trial version)

I have my scans go to scan scrap cloud and sync with a Dropbox folder. I have updated to home but really have done nothing with it. All still comes to my Dropbox folder called scan snap and I move appropriately.

I know I have ignore a lot of features but it is OCRd and works like a champ. I’m thinking it just works because it was already set up when all the scan snap home setup began.

1 Like

I have done the same. You can use a free dropbox account. Then, just pull the file out to your desktop. You don’t even have to install the dropbox app as you can access via the website.