Documentation Index
Fetch the complete documentation index at: https://jarvisos.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
App Fetch
The Microsoft Store is removed in JarvisOS. App Fetch is its replacement — a clean, telemetry-free tool for sideloading UWP (Universal Windows Platform) applications directly from their source. JarvisOS installs App Fetch automatically as part of the maintenance tools suite.What It Does
App Fetch hooks into Windows’ native Appx deployment APIs to install.appxbundle and .msixbundle packages directly, without routing through Microsoft’s Store infrastructure or its associated telemetry endpoints.
It handles:
- Cryptographic signature verification
- Dependency resolution (VCLibs, .NET Native frameworks)
- Silent background installation
- Local package caching
Basic Usage
Examples
- From a URL
- From a local file
- Re-deploy Store
Install directly from a GitHub release or any direct download link.
Dependency Cache
App Fetch maintains a local cache of framework dependencies at%PROGRAMDATA%\AppFetch\Cache to avoid re-downloading on subsequent installs.
Clear the cache:
Recommended Alternatives to Store Apps
| Store App | Replacement |
|---|---|
| Edge | Brave / LibreWolf / Ungoogled Chromium |
| Microsoft Photos | IrfanView / nomacs |
| Microsoft Media Player | mpv / VLC |
| Microsoft To Do | Obsidian / Logseq |
| Office Online | OnlyOffice (already installed by JarvisOS) |
