allcleaner 0.1.0

One-command updater for Linux, Flutter, and Rust — updates your system and cleans project caches in parallel
1
2
3
4
5
6
7
8
9
10
11
12
13
# TODO

## Platform support

- [ ] **Windows support** — currently Linux and macOS only. Need to:
  - Handle `sudo` alternative (or skip system update on Windows)
  - Detect package manager (e.g. winget, scoop, choco)
  - Ensure `flutter` and `rustup` work correctly on Windows
  - Re-enable `windows-latest` in `.github/workflows/release.yml`

## Done

- [x] **musl support** — Alpine Linux support via `x86_64-unknown-linux-musl` and `aarch64-unknown-linux-musl`