Downloads
Get Accessible Weather Center
Free, for everyone, with no account and no cost. The browser version needs nothing installed at all — the desktop builds add background running, tray notifications and offline assets.
Run it in your browser
This is the full application, not a trimmed-down preview. It asks for a US ZIP code the first time and remembers it in that browser afterwards.
Launch Accessible Weather Center (opens in a new window)
Works in current Chrome, Edge, Firefox and Safari. Weather Radio and the audio mixer need Web Audio, which all four have had for years.
Desktop builds
Linux
| File | Size | Published | SHA-256 |
|---|---|---|---|
| assets-backgrounds.tar.gz | 227.1 MB | 7 Aug 2026 |
1664123a43dc94108bdb27f0aef4268226e52a2d69e6598a0efdfe0155b1fa3a
|
| assets-data.tar.gz | 78 KB | 7 Aug 2026 |
e156126e858cb6428605abb9e7e385f653337a2fea5e99a5b8cdea49eb1913d7
|
| assets-fonts.tar.gz | 13.9 MB | 7 Aug 2026 |
4b58b1fe806cb2477aaa2a40adac1eea5c4967dc6f59d60b27866ca7c9adfe21
|
| assets-icons.tar.gz | 137.9 MB | 7 Aug 2026 |
ff67666e18ce4bcade2018dee986d674f12658cb1191a164d994b1fa28780835
|
| assets-inbox.tar.gz | 1.2 MB | 7 Aug 2026 |
361cd4c1b66dc69ea6b13d831de3b7477f1e1d0b9d6e218391d48b7a1847c183
|
| assets-logos.tar.gz | 159 KB | 7 Aug 2026 |
477be4cbe1c40de5c88e11fcfb5093aea05783f90d9480d6fe8e51cb36dfcb03
|
| assets-music.tar.gz | 476.3 MB | 7 Aug 2026 |
f0d6926d08afd9a02ceec5bce8ab4a44f24431c29e4483e41f72a6ebbcb248cb
|
| assets-narration.tar.gz | 341.3 MB | 7 Aug 2026 |
e909bd29189c59bd6d284ef6e20f2041861d7e59f61d6398d1a4d3055b718568
|
| assets-sfx.tar.gz | 4.5 MB | 7 Aug 2026 |
1ebe5e76fc3a2f674fc8bcc81e72f8fb1c2831d2db2eebc731041fd45d52b383
|
| assets-sounds.tar.gz | 532 KB | 7 Aug 2026 |
37736f787365ed41969eb4eecbc33c52f85b1616776f160f3d9758887c2cdd22
|
| assets-themes.tar.gz | 56.8 MB | 7 Aug 2026 |
4b0c378686ac90800da36bf945d45fb87726500865c7387dc57dfb151a83ab87
|
The builds are unsigned — here is what that means
Code signing certificates cost money every year, and this is a personal project given away for free, so the installers are not signed. Your operating system will say so. That warning is accurate and you should not be in the habit of ignoring it — but here is what it looks like and what to do.
- Windows
- SmartScreen shows “Windows protected your PC” and names an unknown publisher. Choose More info, then Run anyway.
- macOS
-
Gatekeeper refuses an unsigned, unnotarized app. After copying it to Applications, run:
xattr -dr com.apple.quarantine "/Applications/Accessible Weather Center.app" - Linux
- AppImage needs the executable bit:
chmod +xthen run it. The.debinstalls normally.
If you would rather not take that on faith: the build workflow (opens in new tab) is public and produces these binaries from the source in the open, and every published file here is listed with its SHA-256 so you can verify what you downloaded.
The media library
The full experience — period fonts, weather icons, background art, the recorded narrator clips and the music — is about 1.3 GB and is not bundled into the installers.
The application runs perfectly well without it. You get system fonts, no background music, and screen-reader narration for everything. It is an enhancement, not a prerequisite, and if you are here for the accessibility rather than the nostalgia you may never want it.
If you use the browser version you need none of this. The library is already served from this site, so the web app (opens in a new window) has the fonts, art, narration and music without downloading anything. The archives below are for the desktop builds, which do not bundle them.
Where it goes:
| Platform | Location |
|---|---|
| Windows | %APPDATA%\accessible-weather-center\assets |
| macOS | ~/Library/Application Support/accessible-weather-center/assets |
| Linux | ~/.config/accessible-weather-center/assets |
What is in it, and the rights position
The library is fan-sourced. The MIT-licensed fan-project material — the WeatherStar fonts, the condition icon sets, and the TWC and NOAA marks from the ws4kp (opens in new tab) and OpenStar (opens in new tab) projects — is clearly redistributable.
The rest is not so tidy: the narration clips, the production music, the broadcast-derived background art, and four commercial typefaces (Frutiger, Interstate, Akzidenz-Grotesk and Helvetica Neue) whose licences do not cover redistribution. They are here because this is a non-commercial recreation of material that is otherwise gone — but that is a position, not a licence. If you hold rights in any of it and would rather it were not here, say so and it comes down.
Build it yourself
Node 18 or newer, and a checkout:
git clone https://github.com/churst90/accessible-weather-center.git
cd accessible-weather-center
npm install
npm run dev # development server
npm run build # production build
npm run dist:linux # or dist:win / dist:mac — installers in release/
It costs nothing
No licence, no subscription, no upsell. If it turns out to be worth something to you, a donation is the whole business model.