An open API service indexing awesome lists of open source software.

https://github.com/nodev7/seraph

Temporary installs with windows package manager (winget)
https://github.com/nodev7/seraph

installation powershell powershell-module windows-package-manager

Last synced: 5 months ago
JSON representation

Temporary installs with windows package manager (winget)

Awesome Lists containing this project

README

          

















---

# Seraph (scoop and chocolaty support is coming)
**Automate Temporary Application Installations with Winget**

Seraph is a lightweight PowerShell-written tool that silently installs applications using `winget` and automatically removes them once they are closed. This allows for easy app testing for deployment/use.

---

### Manual:
---

- (reccomended to add module import inside `$PROFILE`)

**install method 1:**
1. Install the module from the `psgallery`, `Install-module seraph`
2. In a pwsh session, import the module, `Import-Module seraph`

**install method 2:**
1. download latest release
2. unzip the archive to `C:\Users\$env:USERNAME\Documents\WindowsPowershell\Modules` (pwsh 5.1/default installation)
(if newer vers, wherever your module directory is)

### Preview:
---
![image](https://github.com/user-attachments/assets/7bab10a0-d832-4b60-a5af-a8f92064e786)