Your wardrobe, weather-aware.
Manage your wardrobe, get weather-based outfit suggestions, and plan what to wear — all offline, no account required, all data stays on your device.
- Wardrobe management — add items with category, color, warmth, seasons, occasions, weather tags, notes, and an optional photo
- Weather-based suggestions — enter any city to get ranked outfit picks based on live temperature and conditions
- Outfit planning — calendar view to assign outfits to specific dates; usage counts update automatically
- Saved outfits — name and save combinations to reuse later
- Stats dashboard — total wears, most worn, never worn, breakdowns by category, season, warmth, and occasion
- Wardrobe filters — search by name or color, filter by category, season, or weather tags
- Image cropping — built-in crop tool when adding or editing item photos
- Dark mode and accessibility mode — colorblind-friendly palette, larger text, stronger borders
- Backup and restore — export your wardrobe as JSON; import merges with existing items
- Fully offline — no account, no backend, no tracking
Grab the latest build from the Releases page.
| Platform | Formats |
|---|---|
| Linux (x86_64) | AppImage · .deb (Debian/Ubuntu) · .rpm (Fedora/RHEL/openSUSE) |
| Windows | NSIS installer |
| macOS | DMG |
Run the NSIS installer (Attyre-4.0.2-Setup.exe) and follow the prompts.
Attyre is not signed with a Microsoft certificate. Windows SmartScreen may show a warning. Click More info → Run anyway to proceed.
Go to Settings → Apps, find Attyre, and uninstall from there.
Open the DMG, drag Attyre to your Applications folder, and launch it.
Attyre is not notarized. macOS Gatekeeper will block the first launch. Right-click the app → Open → Open to allow it. You only need to do this once.
To run AppImages easily, try Gear Lever (GNOME) or Shelly (CachyOS).
sudo apt install ./Attyre_4.0.2_amd64.debUsing
apt install ./rather thandpkg -iensures apt resolves any missing dependencies automatically.
sudo apt remove attyresudo dnf install ./Attyre-4.0.2-1.x86_64.rpmsudo dnf remove attyresudo zypper install ./Attyre-4.0.2-1.x86_64.rpmsudo zypper remove attyre- Node.js 18+ and npm
git clone https://github.com/AetherAssembly/Attyre.git
cd Attyre
npm installBrowser (Vite dev server):
npm run devApp available at http://localhost:1420.
Desktop (Electron):
npm run electron:devnpm run build # Vite only (frontend) → dist/
npm run electron:build # Full desktop build → release/Release builds for all platforms are handled automatically by GitHub Actions when a version tag is pushed.
All data is stored locally on your device in the OS app data directory. Nothing is sent to any server except optional weather lookups (city name only) to OpenStreetMap Nominatim and Open-Meteo, which you trigger explicitly. See PRIVACY.md.