From 6198bb2cddb1c25fcb24340227825a2050dff327 Mon Sep 17 00:00:00 2001 From: potato <90766229+HardyPotato@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:35:37 +0200 Subject: [PATCH] feat: add uv to installable applications (#4304) --- config/applications.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/applications.json b/config/applications.json index a86f113f..8c2359ee 100644 --- a/config/applications.json +++ b/config/applications.json @@ -3218,6 +3218,15 @@ "winget": "Intel.PresentMon.Beta", "foss": true }, + "uv": { + "category": "Development", + "choco": "na", + "content": "uv", + "description": "uv is a fast Python package and project manager written in Rust.", + "link": "https://docs.astral.sh/uv/getting-started/installation/", + "winget": "astral-sh.uv", + "foss": true + }, "pyenvwin": { "category": "Development", "choco": "pyenv-win",