# Count the number of Safari tabs

> Source: <https://simonwillison.net/2026/Jun/29/safari-tab-count/#atom-everything>
> Published: 2026-06-29 18:36:18+00:00

29th June 2026

Tiniest TIL, using AppleScript to count the number of open browser tabs in Safari:

```
osascript -e 'tell application "Safari" to count tabs of every window'
```

## Recent articles

[Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Code](/2026/Jun/22/porting-moebius/)- 22nd June 2026[sqlite-utils 4.0rc1 adds migrations and nested transactions](/2026/Jun/21/sqlite-utils-40rc1/)- 21st June 2026[Datasette Apps: Host custom HTML applications inside Datasette](/2026/Jun/18/datasette-apps/)- 18th June 2026
