Add Warp as Fleet maintained app for macOS (#41051)

## Summary

- Adds Warp terminal as a Fleet maintained app for macOS (darwin)
- Uses direct CDN URL (`releases.warp.dev`) instead of Homebrew's URL
which requires `User-Agent: Homebrew` header
- Single `WarpDirectInstaller` enricher: overrides URL, sets `sha256:
no_check`, strips `.stable_` from version string
- Version: `0.2026.02.25.08.24.01` (latest stable)

## Validation checklist

- [ ] App can be downloaded using manifest URL
- [ ] App installs successfully on macOS host using manifest install
script
- [ ] App exists in software inventory after install
(`dev.warp.Warp-Stable`)
- [ ] App uninstalls successfully using manifest uninstall script

## Notes

Supersedes #37901 (branch had corrupted git history from a rewrite; this
is a clean branch off main).
This commit is contained in:
Mitch Francese
2026-03-11 09:02:49 -05:00
committed by GitHub
parent 0be5efd4dc
commit 21cfab20cc
8 changed files with 75 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -216,6 +216,7 @@ import VisualStudioCode from "./VisualStudioCode";
import Vlc from "./Vlc";
import VncViewer from "./VncViewer";
import WacomCenter from "./WacomCenter";
import Warp from "./Warp";
import WebStorm from "./WebStorm";
import Webex from "./Webex";
import WhatsApp from "./WhatsApp";
@@ -463,6 +464,7 @@ export const SOFTWARE_NAME_TO_ICON_MAP = {
vlc: Vlc,
"wacom center": WacomCenter,
"wacom tablet": WacomCenter,
warp: Warp,
webstorm: WebStorm,
webex: Webex,
whatsapp: WhatsApp,