App compatibility
Nextline works in most Mac apps without any setup. Here's the full picture — including the few that need one extra step, and a couple we can't reach yet.
- Works No setup — suggestions just appear.
- Needs setup One quick step unlocks it.
- Partial Works, with some limits.
- Not yet supported The app doesn't expose enough for us to work with.
Compatibility by app
Grouped by category — jump to any of them from the contents above.
Browsers
| App | Status |
|---|---|
| Safari | Works |
| Chrome | Works |
| Arc | Needs setup Setup steps |
| Dia | Needs setup Setup steps |
| Firefox | Works |
| App | Status |
|---|---|
| Apple Mail | Works |
| Gmail (web) | Works |
| Outlook | Works |
Messaging
| App | Status |
|---|---|
| Messages | Works |
| Slack | TBD |
| Teams | TBD |
Notes & Documents
| App | Status |
|---|---|
| Apple Notes | Works |
| Notion | Works |
| Microsoft Word | Supported |
| Pages | Supported |
| Google Docs | Not yet supported |
AI Chat & Coding Tools
| App | Status |
|---|---|
| Claude | Works |
| ChatGPT | Works |
| VS Code (chat) | Works |
| Cursor (chat) | Works |
| Codex | Works |
| Antigravity (chat) | Works |
Terminals
| App | Status |
|---|---|
| Terminal | TBD |
| iTerm | TBD |
| Warp | TBD |
Why doesn't Nextline work everywhere?
Nextline reads what you're typing, and where your cursor is, through the same accessibility APIs that power VoiceOver and other assistive tools on macOS. Most apps support this automatically, which is why Nextline works the moment you install it.
A handful of apps draw their own text on screen instead of using a native system text field, often for performance or custom formatting. Those apps don't expose enough for Nextline — or any accessibility-based tool — to find your cursor or insert a suggestion. We can't work around that from our side; it's up to each app's developers to add support for it.
Setting up Nextline in Arc & Dia
Arc and Dia are both built on Chromium, but neither shares exact on-screen text positions with accessibility tools by default — so Nextline falls back to a small floating suggestion window instead of writing inline. Two ways to fix that:
Option 1: Turn on Text Metrics
- Open
chrome://accessibilityin Arc or Dia. - Turn on Text Metrics.
- Keep that tab open in the background — pinning it helps it survive.
This setting can reset after restarting the browser or switching Spaces, so you may need to turn it back on occasionally.
Option 2: Launch with an accessibility flag
For a fix that sticks for the whole session, quit the browser and relaunch it from Terminal with:
open -a "Arc" --args --force-renderer-accessibility=complete
(swap "Arc" for "Dia" if that's your browser). Inline
suggestions then work for the rest of that session, including across Spaces — no tab
required.
Tip: save that command as a small app in Script Editor (File → Export → Application) so you can launch it like any other app instead of typing the command each time.
Don't see your app?
Don't see an app you use here? It's probably fine — Nextline supports most Mac apps without any setup. If something isn't behaving the way you'd expect, let us know and we'll take a look.