{"id":15202987,"url":"https://github.com/neocky/empress","last_synced_at":"2026-03-11T14:11:58.641Z","repository":{"id":115792725,"uuid":"334165775","full_name":"Neocky/Empress","owner":"Neocky","description":"Simple Package manager for Windows PowerShell","archived":false,"fork":false,"pushed_at":"2021-02-18T15:57:15.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T22:42:38.852Z","etag":null,"topics":["empress","package-manager","powershell","powershell-module","powershell-script","windows-powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Neocky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-29T14:16:07.000Z","updated_at":"2021-02-25T09:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd78b884-8d93-4472-9ec0-a169652ec5a8","html_url":"https://github.com/Neocky/Empress","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"96d828b16cd4dcfb813b141624c1bed51c572a4f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neocky%2FEmpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neocky%2FEmpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neocky%2FEmpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neocky%2FEmpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neocky","download_url":"https://codeload.github.com/Neocky/Empress/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005093,"owners_count":20056424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["empress","package-manager","powershell","powershell-module","powershell-script","windows-powershell"],"created_at":"2024-09-28T04:21:24.099Z","updated_at":"2025-12-03T14:04:16.709Z","avatar_url":"https://github.com/Neocky.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👑 Empress\nA simple package manager written as a Windows PowerShell module.\n\n## About\nThis is a simple package manager written in PowerShell.  \nIf run, it will download an unattended installation script of the specific program and executes the PowerShell script.  \nThe PowerShell script will then download and silently install the specific program.   \nDeletion of packages is possible too.\nAll packages get installed here: ```C:\\Empress\\PACKAGENAME\\```  \nPackages are named after their folder in which their installation script is.  \nAll available software packages are in the [SortwarePackages](https://github.com/Neocky/Empress/tree/main/SoftwarePackages) Folder.\n\n## Issues? Found a bug?\n[Create an issue](https://github.com/Neocky/Empress/issues/new/choose)\n\n## Installation\n1. Download the module. You can find all releases [here](https://github.com/Neocky/Empress/releases).  \n2. Extract the zip file  \n3. Unblock the file with PowerShell: ```Unblock-File -Path C:\\Users\\YOURUSERNAME\\Documents\\Downloads\\Empress\\*```\n3. Put the ```\\Empress``` folder inside:  ```C:\\Users\\YOURUSERNAME\\Documents\\WindowsPowerShell\\Modules```  \n\nNow that you have imported the module, you can call the Empress functions.  \n  \n  \n## How to\nTo download and install a package simply run this command in a elevated PowerShell Console:  \n```Get-EmpPackage [PackageName]```  \nAn alias exists too: ```gemp [PackageName]```  \n#### For example:  \n```Get-EmpPackage firefox```  \nor as alias:  \n```gemp firefox```  \n**Thats it!**  \n*Now it will download the installation script and executes it which will then download the program and install it silently.*  \nYou can find all available packagaes in the [SoftwarePackages](https://github.com/Neocky/Empress/tree/main/SoftwarePackages) folder.\n\n## All commands\n#### Install an Empress package (all packages [here](https://github.com/Neocky/Empress/tree/main/SoftwarePackages)):  \n```Get-EmpPackage [PackageName]```  \nAlias:   ```gemp [PackageName]```  \n#### Uninstall a previously installed Empress package:  \n```Remove-EmpPackage [PackageName]```  \nAlias:   ```remp [PackageName]```  \n#### Show all installed Empress packages:  \n```Show-EmpPackages```  \nAlias:   ```semp```  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneocky%2Fempress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneocky%2Fempress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneocky%2Fempress/lists"}