Skip to content

AetherAssembly/Attyre

Attyre

Your wardrobe, weather-aware.

Version License: AGPL v3 Privacy Policy Electron

Linux Windows macOS

Manage your wardrobe, get weather-based outfit suggestions, and plan what to wear — all offline, no account required, all data stays on your device.


Features

  • 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

Download

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

Windows

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 infoRun anyway to proceed.

Uninstall

Go to Settings → Apps, find Attyre, and uninstall from there.


macOS

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 → OpenOpen to allow it. You only need to do this once.


Linux

To run AppImages easily, try Gear Lever (GNOME) or Shelly (CachyOS).

Debian / Ubuntu

sudo apt install ./Attyre_4.0.2_amd64.deb

Using apt install ./ rather than dpkg -i ensures apt resolves any missing dependencies automatically.

Uninstall

sudo apt remove attyre

Fedora / RHEL / Rocky / Alma

sudo dnf install ./Attyre-4.0.2-1.x86_64.rpm

Uninstall

sudo dnf remove attyre

openSUSE

sudo zypper install ./Attyre-4.0.2-1.x86_64.rpm

Uninstall

sudo zypper remove attyre

Development

Prerequisites

  • Node.js 18+ and npm

Setup

git clone https://github.com/AetherAssembly/Attyre.git
cd Attyre
npm install

Run

Browser (Vite dev server):

npm run dev

App available at http://localhost:1420.

Desktop (Electron):

npm run electron:dev

Build

npm 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.


Privacy

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.


License

AGPL-3.0

About

Smart wardrobe manager with weather-based suggestions, planning tools, and local-first privacy.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors