https://github.com/blbrdv/ezstore
Easy install apps from MS Store
https://github.com/blbrdv/ezstore
cli download-manager downloader microsoft-store msstore store windows windows-10 windows-11 windows-desktop
Last synced: 5 months ago
JSON representation
Easy install apps from MS Store
- Host: GitHub
- URL: https://github.com/blbrdv/ezstore
- Owner: blbrdv
- License: mit
- Created: 2023-06-17T14:56:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-02T13:13:53.000Z (5 months ago)
- Last Synced: 2025-08-02T13:25:35.802Z (5 months ago)
- Topics: cli, download-manager, downloader, microsoft-store, msstore, store, windows, windows-10, windows-11, windows-desktop
- Language: Go
- Homepage:
- Size: 775 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#  ezstore


[](https://github.com/blbrdv/ezstore/actions/workflows/e2e-tests.yaml)

Easy install apps from MS Store.
## Installation
Download installer or portable version from
[release page](https://github.com/blbrdv/ezstore/releases).
## Usage
```
Easy install apps from MS Store
Usage:
ezstore install [options]
ezstore --help
ezstore --version
Options:
-h --help Print this text.
-v --version Print app version.
--ver Sets the version of the product [default: latest].
--locale Sets the locale name of the product [default: current value in the OS or en_US].
--verbosity Sets verbosity level [default: n].
Available log levels:
* q - quiet, no output at all
* m - minimal, only SUCCESS and ERROR logs
* n - normal, same as minimal plus INFO and WARNING logs
* d - detailed, same as normal plus DEBUG logs and tracing net errors to log file
Examples:
ezstore install 9nh2gph4jzs4
ezstore install 9nh2gph4jzs4 -v 1.0.3.0 --locale cs_CZ --verbosity d
```
## Development
Project need [Golang](https://go.dev/dl/) version `1.24` or later.
### Automation
Use `.\run.ps1 -l` to see available tasks.
Use `.\run.ps1 -h ` to see task description.
Use `.\run.ps1 [-v] ` to run task. Flag `-v` sets verbose output.
### End-to-end tests
#### Requirements
1. Windows OS 8 or higher
2. Powershell 5.1 or higher
#### Execution
Run `.\tests\.ps1`.
## License
This project licensed under [MIT](https://opensource.org/license/mit/) license.
See [LICENSE](LICENSE) file for more info.