You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _articles/faq/apple-rosetta-transition.md
+24-39Lines changed: 24 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,27 +3,27 @@ layout: default-layout
3
3
noTitleIndex: true
4
4
needAutoGenerateSidebar: true
5
5
needGenerateH3Content: true
6
-
title: Apple Rosetta Transition and Dynamic Web TWAIN Service on macOS
6
+
title: macOS Rosetta Discontinuation and Dynamic Web TWAIN Service
7
7
keywords: Dynamic Web TWAIN Service, Rosetta, macOS, Apple Silicon, Universal Binary, Intel, arm64
8
-
breadcrumbText: Apple Rosetta Transition and Dynamic Web TWAIN Service on macOS
8
+
breadcrumbText: macOS Rosetta Discontinuation and Dynamic Web TWAIN Service
9
9
description: Apple is phasing out Rosetta for Intel apps on Apple Silicon Macs. Learn how this affects the Dynamic Web TWAIN Service and what steps to take.
10
-
date: 2026-05-22 17:21:42 +0000
11
-
last_modified: 2026-05-22 10:20:00 -0800
10
+
date: 2026-05-26 17:21:42 +0000
11
+
last_modified: 2026-05-26 10:20:00 -0800
12
12
---
13
13
14
14
# Error Troubleshooting
15
15
16
-
## Apple Rosetta Transition and Dynamic Web TWAIN Service on macOS
16
+
## macOS Rosetta Discontinuation and Dynamic Web TWAIN Service
17
17
18
18
### Overview
19
19
20
-
Apple is phasing out [Rosetta](https://support.apple.com/en-us/102527), the translation layer that allows Intel-based applications to run on Apple Silicon Macs. Starting with **macOS 26.4**, users may see a system notification when launching apps that rely on Rosetta. Intel-only apps will continue to function through **macOS 27**, with support ending in **macOS 28**.
20
+
Apple has announced that Rosettasupport for Intel-based applications will be phased out in future macOS releases. Rosetta will remain fully available through macOS 27. Starting with macOS 28, Intel-only applications will no longer be supported.
21
21
22
-
The **Dynamic Web TWAIN Service** — the native macOS component installed on end-user machines — currently ships as an Intel binary. This means users on Apple Silicon Macs running macOS 26.4 or later may see an Apple notification about the service. **The service continues to work normally** — the notification is informational only.
22
+
Starting with macOS 26.4, users may also see system notifications warning that Intel-based applications will not be supported in future macOS versions.
23
23
24
-
Dynamsoft is releasing a **Universal Binary** version of the service in **Dynamic Web TWAIN v19.4**, targeted for **June 2026**, well ahead of the macOS 28 deadline.
24
+

25
25
26
-
### What is Apple's timeline?
26
+
### What is Apple’s timeline?
27
27
28
28
| macOS Version | Expected Availability | Rosetta Status |
29
29
|---|---|---|
@@ -33,54 +33,39 @@ Dynamsoft is releasing a **Universal Binary** version of the service in **Dynami
33
33
34
34
For the official Apple announcement, see: [Using Intel-based apps on a Mac with Apple silicon — Apple Support](https://support.apple.com/en-us/102527)
35
35
36
-
### I see an Apple notification saying the Dynamsoft Service needs to be updated. Is it broken?
36
+
### Does Dynamic Web TWAIN Service still work on macOS?
37
37
38
-
No. The notification is an informational warning from macOS — it does not mean the Dynamic Web TWAIN Service is broken or will stop working. The service continues to function normally on macOS 26.4 and macOS 27.
38
+
Yes. The current version of Dynamic Web TWAIN Service continues to function normally on supported macOS versions, including macOS 26 and macOS 27.
39
39
40
-

40
+
### What is Dynamsoft doing to address this?
41
41
42
-
The notification appears because the current service installer is an Intel binary running through Rosetta on Apple Silicon Macs. Once you upgrade to a version that includes the Universal Binary service (v19.4+), the notification will no longer appear.
42
+
Dynamsoft is actively developing a Universal Binary version of Dynamic Web TWAIN Service with native Apple Silicon support.
43
43
44
-
### What is Dynamsoft doing to address this?
44
+
This enhancement is currently planned for the **Dynamic Web TWAIN 19.4 release (ETA: June 2026)**, with the goal of ensuring full compatibility before the general availability of macOS 27.
45
+
46
+
### I'm on Dynamic Web TWAIN v18.x. Do I need to upgrade my SDK to v19.4+?
45
47
46
-
Dynamsoft is releasing a **Universal Binary** version of the Dynamic Web TWAIN Service with native Apple Silicon support. This means the service will run natively on both Apple Silicon and Intel-based Macs, eliminating the Rosetta dependency and the macOS notification.
48
+
Not necessarily. The v19.4 service installer includes the **DWT 18.6 service module**, which is **backward compatible with DWT 18.x**. This means you can install the v19.4 Dynamic Web TWAIN Service on end-user machines to get Apple Silicon native support while continuing to use your existing v18.x SDK integration.
47
49
48
-
This enhancement is planned for the **Dynamic Web TWAIN v19.4 release (ETA: June 2026)**, ahead of the macOS 27 general availability (September 2026) and well ahead of the macOS 28 hard cutoff.
50
+
You do not need to change your application code or upgrade your JavaScript SDK to v19 just to resolve the Rosetta notification.
49
51
50
-
### Which component is affected?
52
+
### Do end-user need to take any action now?
51
53
52
-
Only the **Dynamic Web TWAIN Service** (the native macOS installer/daemon) is affected. The JavaScript SDK itself runs in the browser and is not impacted by the Rosetta transition.
54
+
No immediate action is required. Customers can continue using the current version normally and are encouraged to upgrade to the future Universal Binary release once available.
53
55
54
-
### I'm on Dynamic Web TWAIN v18.x. Do I need to upgrade my SDK to v19?
56
+
### How do I deploy the updated service to end users?
55
57
56
-
Not necessarily. The v19.4 service installer includes the **DWT 18.6 service module**, which is **backward compatible with DWT 18.x**. This means you can install the v19.4 Dynamsoft Service on end-user machines to get Apple Silicon native support while continuing to use your existing v18.x SDK integration.
58
+
The deployment process is the same as the current service. Once v19.4 is released, download the updated macOS service installer and distribute it to your end users. If you use silent installation or enterprise deployment methods, the process remains the same — only the installer binary changes.
57
59
58
-
You do not need to change your application code or upgrade your JavaScript SDK to v19 just to resolve the Rosetta notification.
60
+
For details on deployment options, see: [How to deploy the end-user components to all users](/_articles/faq/deploy-to-all-users.md)
59
61
60
62
### Do I need to renew my license or maintenance to get the update?
61
63
62
64
-**Active annual license or maintenance plan**: You are entitled to upgrade to v19.4 at no additional cost. Download and deploy the updated service installer when it becomes available.
63
65
-**Perpetual license without active maintenance**: You will need to renew your maintenance plan to access the v19.4 release. Please contact [Dynamsoft Sales](https://www.dynamsoft.com/company/contact/) to discuss renewal options.
64
66
65
-
### What is the actual deadline? Do I need to act now?
66
-
67
-
There is no immediate urgency, but we recommend planning your upgrade now:
68
-
69
-
1.**Now (macOS 26.4+)**: Users on Apple Silicon Macs may see an Apple notification. The service works fine — the notification is informational.
70
-
2.**June 2026 (DWT v19.4 release)**: Universal Binary service available. Deploying this eliminates the notification.
71
-
3.**September 2026 (macOS 27 GA)**: Rosetta still fully supported. No functionality impact.
72
-
4.**2027 (macOS 28)**: Intel-only apps stop working on Apple Silicon Macs. You **must** have the Universal Binary service deployed before this point.
73
-
74
-
We recommend upgrading to v19.4 promptly after release to eliminate the Apple notification and ensure a smooth experience for your end users.
75
-
76
67
### Does this affect Intel-based Macs?
77
68
78
69
No. Intel-based Macs run Intel binaries natively without Rosetta. The current service installer continues to work on Intel-based Macs regardless of macOS version.
79
70
80
-
> Note: Apple has announced that macOS 26 is the last macOS release to support Intel-based Mac hardware.
81
-
82
-
### How do I deploy the updated service to end users?
83
-
84
-
The deployment process is the same as the current service. Once v19.4 is released, download the updated macOS service installer and distribute it to your end users. If you use silent installation or enterprise deployment methods, the process remains the same — only the installer binary changes.
85
-
86
-
For details on deployment options, see: [How to deploy the end-user components to all users](/_articles/faq/deploy-to-all-users.md)
71
+
> Note: Apple has announced that macOS 26 is the last macOS release to support Intel-based Mac hardware.
23.[How do I know which SDK version I am using?](/_articles/faq/find-SDK-version.md)
172
172
24.[Where can I download the Dynamic Web TWAIN Service installers only?](/_articles/faq/download-service-only.md)
173
173
25.[Error message - CORS Errors caused by local network access permissions when using Chromium 142 and later](/_articles/faq/chromium-142-local-network-access-issue.md)
174
-
26.[macOS Rosetta Discontinuation and Dynamic Web TWAIN Service](/_articles/faq/apple-rosetta-transition-original.md)
174
+
26.[macOS Rosetta Discontinuation and Dynamic Web TWAIN Service](/_articles/faq/apple-rosetta-transition.md)
0 commit comments