{"id":51035190,"url":"https://github.com/stkossman/winup","last_synced_at":"2026-06-22T05:01:00.607Z","repository":{"id":358276407,"uuid":"1240670176","full_name":"stkossman/winup","owner":"stkossman","description":"Minimal CLI tool for managing winget upgrades","archived":false,"fork":false,"pushed_at":"2026-05-16T14:39:37.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-16T16:46:50.617Z","etag":null,"topics":["windows","windows-11","winget","winget-cli"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/winup-cli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stkossman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T12:23:29.000Z","updated_at":"2026-05-16T14:39:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stkossman/winup","commit_stats":null,"previous_names":["stkossman/winup"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stkossman/winup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stkossman%2Fwinup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stkossman%2Fwinup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stkossman%2Fwinup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stkossman%2Fwinup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stkossman","download_url":"https://codeload.github.com/stkossman/winup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stkossman%2Fwinup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34635038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["windows","windows-11","winget","winget-cli"],"created_at":"2026-06-22T05:00:59.854Z","updated_at":"2026-06-22T05:01:00.597Z","avatar_url":"https://github.com/stkossman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Winup\n\n\u003e Minimal CLI tool for managing winget upgrades.\n\nA fast, interactive, and safe wrapper around `winget` that allows you to cleanly check, list, and install updates on Windows without the visual noise.\n\n---\n\n## Features\n\n- **Safe by default:** Packages with `unknown` versions are hidden and ignored unless explicitly requested.\n- **Interactive UI:** Select which packages to upgrade using a simple checkbox prompt.\n- **Dependency-free runtime:** Available as a standalone `.exe` or a lightweight NPM package.\n- **Idempotent:** Safe to run multiple times. Handles `winget` quirks, errors, and UAC prompts gracefully.\n\n## Installation\n\n**Option A: Standalone Executable**\n1. Go to the [Releases](../../releases) page.\n2. Download `winup.exe`.\n3. Place it in a folder that is added to your system's `PATH`.\n\n**Option B: Via NPM / Bun (For developers)**\n```bash\nnpm install -g winup-cli\n# or\nbun add -g winup-cli\n```\n\n## Usage\nRun the tool from your terminal:\n```bash\n# Interactively upgrade safe packages\nwinup upgrade\n\n# Just check how many updates are available\nwinup check\n\n# List all available safe updates in a table\nwinup list\n\n# List ALL updates, including risky 'unknown' versions\nwinup list --include-unknown\n```\n\n## Commands \u0026 Flags\n* `check` - Quickly check for available updates without printing the full list.\n* `list` - Display a dynamic table of available updates.\n* `upgrade` - Launch the interactive upgrade prompt.\n\n### Upgrade Flags\n* `--all-safe` - Automatically upgrade all safe packages without prompting.\n* `-i, --id \u003cids...\u003e` - Upgrade specific package(s) by ID (e.g., winup upgrade -i Google.Chrome).\n* `--include-unknown` - Include unknown versions in the interactive list or automatic upgrade.\n* `--dry-run`-  Simulate the upgrade process without making system changes.\n\n## Local Development\nWritten in strict TypeScript using ESM.\n```bash\n# Install dependencies\nbun install\n\n# Run unit tests\nbun test\n\n# Build the project\nbun run build\n\n# Compile standalone executable locally\nbun run compile:exe\n```\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\u003csub\u003eMade by Kossman\u003c/sub\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstkossman%2Fwinup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstkossman%2Fwinup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstkossman%2Fwinup/lists"}