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)
- Host: GitHub
- URL: https://github.com/nodev7/seraph
- Owner: nodev7
- License: mit
- Created: 2025-03-21T12:36:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T04:26:32.000Z (8 months ago)
- Last Synced: 2025-06-04T11:09:22.549Z (8 months ago)
- Topics: installation, powershell, powershell-module, windows-package-manager
- Language: PowerShell
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
---
