# TerminalWidget — Script your Desktop Widgets

> Display script output and data visualizations in iOS widgets. (iPhone/iPad app by Brett Terpstra.)

- Source: https://appshunter.io/ios/app/terminalwidget/id6764288419 (this page in markdown: same URL + `.md`)
- Developer: [Brett Terpstra](https://appshunter.io/developer/448925442)
- Category: Developer Tools, Productivity
- Price: $19.99
- Rating: 2.00/5 from 1 App Store ratings · 3 written reviews indexed
- Age rating: 4+
- Requires: iOS 17.0 · 6 MB
- Languages: American English
- Released: 2026-07-30
- Data updated: 2026-08-22
- Monetization: paid
- User reviews in markdown: https://appshunter.io/ios/app/terminalwidget/id6764288419/reviews.md

## What is TerminalWidget?

Scripters rejoice! Now you can have output from your scripts, AppleScripts, and Shortcuts display in widgets on iOS (and sync to and from your Mac via iCloud). You can see progress indicators, charts, graphs, icons, tables, and more. All controllable via Shortcuts or with a URL scheme (and a CLI on Mac). This is a universal purchase for the Mac, iOS, and Watch apps.

## Key features

- Script output in widgets
- Progress indicators, charts, graphs
- iCloud sync for Mac and iOS
- Control via Shortcuts
- URL scheme support
- Universal purchase

## Chart rankings

- #105 in Top Paid · Developer Tools (US App Store)

## Recent user reviews (3 of 3)

All indexed reviews: https://appshunter.io/ios/app/terminalwidget/id6764288419/reviews.md

### 2/5 — No Lock Screen widget

*2026-08-20*

I bought this specifically to make a Lock Screen widget on my phone. Apparently it doesn’t support that; I guess it’s a different widget type? Very disappointed.

(Also I wouldn’t hate the ability to go as a complication into a smart face on the Apple Watch either, but at least I expected that wouldn’t work because the store page doesn’t mention Watch anywhere. But Lock Screen first.)

### 5/5 — Perfect for At-A-Glance Visibility

*2026-08-13*

Pair this with a coding agent, and you can easily add widgets for any service with an API or any script with output you want to keep an eye on. My favorite thing about this is that once I have a widget on my Mac, I can update it on whatever schedule makes sense using a plist in ~/Library/LaunchAgents, and then whatever I’m monitoring becomes visible on my phone, because the widget data syncs over iCloud. Brilliant!

### 5/5 — Great app, wonderful developer!

*2026-08-06*

I’d been looking for a replacement for GeekTool forever, and this is so much more than that. So incredibly versatile. One of the best purchases I’ve ever made for my Mac.

TerminalWidget can save you money because instead of buying single-purpose widget apps, you can roll your own. I’m not even super geeky and I am making a bunch of widgets and having a blast.

Last and definitely not least, Brett Terpstra is so responsive, thoughtful, and kind. Thank you for your help, Brett!

## Frequently asked questions about TerminalWidget

### What is TerminalWidget?

TerminalWidget allows you to display output from your scripts, AppleScripts, and Shortcuts directly in widgets on your iOS devices. It also syncs this data with your Mac via iCloud.

### What kind of data can TerminalWidget display in widgets?

You can display progress indicators, charts, graphs, icons, and tables from your script output. This provides a visual representation of your script's progress or results.

### How can I control scripts with TerminalWidget?

Scripts can be controlled via iOS Shortcuts or a URL scheme. A command-line interface (CLI) is also available on Mac for script control.

### Does TerminalWidget support multiple devices?

Yes, TerminalWidget is a universal purchase and supports Mac, iPhone, and iPad devices, ensuring a consistent experience across your Apple ecosystem.

### What is the price of TerminalWidget?

TerminalWidget is a paid application priced at $19.99. This one-time purchase grants access to all its features across supported devices.

### How often is TerminalWidget updated?

The app was last updated on August 11, 2026, to version 2.0.10. This indicates a commitment to ongoing development and improvements.

### Is TerminalWidget suitable for younger users?

TerminalWidget has an age rating of 4+, making it accessible for a wide range of users. However, its functionality is primarily geared towards developers and scripters.

### Does TerminalWidget have ads?

No, TerminalWidget does not contain advertisements. As a paid application, it offers an ad-free experience for its users.

## Version history (last 5 releases)

### 2.1.5 — 2026-08-21

### CHANGED

- Idle widget taps remain inert when no --action-kind is set (placeholder Hello World does not clear on click).

### NEW

- Pie charts with --chart-format pie and label:value[:color] tokens (space- or comma-separated), optional per-slice colors, JSON slices arrays, inline side legend on medium/extra-large widgets, and percentage labels in the legend.
- Multi-series line charts with --chart-format series (slash-separated groups), shared Y scaling, and optional --chart-series-labels for legend names.
- --chart-key legend placement (auto, inline/left, bottom, external, none) for pie and series charts on macOS and iOS widgets.
- --key-target to write legend rows to a second widget (for example cpu-key), including legend-only key widgets that inherit colors from the main chart and scale text to fill the widget.
- --chart-bar-style glass support for pie slices (liquid glass wedge fills).
- Quad4 multi-goal progress with comma-separated --progress values, --progress-format quad4 (quad-4 alias), and optional --progress-layout grouping across CLI, URL, AppleScript, Shortcuts, and JSON.

### IMPROVED

- Matrix charts keep up to 2048 cells (was 128, same as sparklines) and shrink cell size to fit the widget so extra-large heatmaps can show a dense series.
- Series line colors now match legend swatches instead of using a single foreground color for every line.
- External key widgets inherit foreground, background, gradient, and padding from the main chart update.
- --fit-text for tables grows cell fonts until width or height binds, persists on table updates, and vertically centers with --center-table (auto layout).
- Table fit-text width safety so grown cells stop before truncating, instead of overshooting into ellipses.
- --font on tables uses the same installed font for cells and column measurement as --text (macOS and iOS).

### FIXED

- Figlet and other --no-wrap ASCII blocks no longer clip the first lines in WidgetKit. Multiline terminal art is rasterized to an image, scaled with the same 10pt inset as --padding fill, and centered when --fit-text is on.
- Comma-separated pie literals such as Work:40,Play:25,Sleep:35 now parse correctly (commas inside rgb(...) colors are preserved).
- iOS pie/series widget updates by adding pie, series, and legend fields to the host app payload and URL handler so Shortcuts and URL updates persist and reload widgets.
- External key widget updates from CLI and URL scheme now write legend payloads to the --key-target widget instead of leaving it on the placeholder.
- Whole-widget taps on Mac and iPhone/iPad use App Intents (same path as launcher buttons) so configured actions keep working when custom-scheme widgetURL delivery fails.

### 2.1.4 — 2026-08-20

### NEW

- Pie charts with --chart-format pie and label:value[:color] tokens (space- or comma-separated), optional per-slice colors, JSON slices arrays, inline side legend on medium/extra-large widgets, and percentage labels in the legend.
- Multi-series line charts with --chart-format series (slash-separated groups), shared Y scaling, and optional --chart-series-labels for legend names.
- --chart-key legend placement (auto, inline/left, bottom, external, none) for pie and series charts on macOS and iOS widgets.
- --key-target to write legend rows to a second widget (for example cpu-key), including legend-only key widgets that inherit colors from the main chart and scale text to fill the widget.
- --chart-bar-style glass support for pie slices (liquid glass wedge fills).

### IMPROVED

- Series line colors now match legend swatches instead of using a single foreground color for every line.
- External key widgets inherit foreground, background, gradient, and padding from the main chart update.

### FIXED

- Comma-separated pie literals such as Work:40,Play:25,Sleep:35 now parse correctly (commas inside rgb(...) colors are preserved).
- iOS pie/series widget updates by adding pie, series, and legend fields to the host app payload and URL handler so Shortcuts and URL updates persist and reload widgets.
- External key widget updates from CLI and URL scheme now write legend payloads to the --key-target widget instead of leaving it on the placeholder.

### 2.1.3 — 2026-08-19

### IMPROVED

- Matrix charts keep up to 2048 cells (was 128, same as sparklines) and shrink cell size to fit the widget so extra-large heatmaps can show a dense series.

### FIXED

- Figlet and other --no-wrap ASCII blocks no longer clip the first lines in WidgetKit. Multiline terminal art is rasterized to an image, scaled with the same 10pt inset as --padding fill, and centered when --fit-text is on.

### 2.1.2 — 2026-08-18

### CHANGED

- Auto table columns hug their measured text instead of stretching leftover width into every cell. Extra space stays after the last column; use --table-layout equal for uniform columns that fill the widget.

### NEW

- Center table (--center-table) centers a content-sized table horizontally instead of leaving leftover space after the last column. Applies only to auto layout and is ignored for equal and fill. Also on AppleScript, Shortcuts, JSON, and the URL scheme.
- Per-column table alignment with --table-align (left, center, or right, plus short aliases). Too few values repeat the last column; extras are ignored. Default is all left. Also on AppleScript, Shortcuts, JSON, and the URL scheme.
- Table layout fill (--table-layout fill) measures columns from content then stretches them proportionally to the widget width (the previous auto behavior). Also on AppleScript, Shortcuts, JSON, and the URL scheme.

### 2.1.1 — 2026-08-17

### NEW

- Background image for all chart types
- Quadrant progress widgets with segmented arcs on Mac and mobile
- Quadrant progress via AppleScript and Shortcuts update requests
- Auto-update recipes for Shortcut re-run or http(s) image refresh on Mac host timers
- Open at Login keeps the menu bar app and timers running across reboots
- Shortcuts Run Every fields configure shortcut auto-update from Update TerminalWidget

### IMPROVED

- Markdown link labels can include nested square brackets (for example [Item [nested]](https://example.com))
- Quadrant progress captions match circle progress layout and footer behavior
- CLI progress formats parse, document, complete, and emit quadrant payloads

### FIXED

- Quadrant progress arc direction, segment gaps, and full-ring stroke thickness
- Quadrant URL updates preserve the quadrant progress format on Mac and mobile

## More apps by Brett Terpstra

- [Clean Links](https://appshunter.io/ios/app/clean-links/id623671942)

All apps by Brett Terpstra: https://appshunter.io/developer/448925442

## Related topics

[organization apps widgets](https://appshunter.io/ios/topics/organization-apps-widgets) · [alex wibowo](https://appshunter.io/ios/topics/alex-wibowo) · [ticker widget](https://appshunter.io/ios/topics/ticker-widget) · [ispazio widget di notizie](https://appshunter.io/ios/topics/ispazio-widget-di-notizie)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-22.*
