portapps
π° Collection of portable apps for Windows
File Explorer
Download Latest Version (.zip)- 7zip.properties
- 7zip.xml
- antcontrib.properties
- antcontrib.xml
- asar.properties
- asar.xml
- hashmyfiles.properties
- hashmyfiles.xml
- innoextract.properties
- innoextract.xml
- innosetup.properties
- innosetup.xml
- lessmsi.properties
- lessmsi.xml
- rcedit.properties
- rcedit.xml
- resourcehacker.properties
- resourcehacker.xml
- upx.properties
- upx.xml
- wget.properties
- wget.xml
- build-app.properties
- build-app.xml
- build-common.properties
- build-common.xml
- build-type-archive.properties
- build-type-archive.xml
- build-type-electron.properties
- build-type-electron.xml
- build-type-innosetup.properties
- build-type-innosetup.xml
- build-type-msi.properties
- build-type-msi.xml
- build-type-single.properties
- build-type-single.xml
- build-type-untouched.properties
- build-type-untouched.xml
- request.yml
- labels.yml
- test.yml
- zizmor.yml
- CODEOWNERS
- dependabot.yml
- labels.yml
- SUPPORT.md
- zizmor.yml
- electron.go
- electron_test.go
- file.go
- file_test.go
- log.go
- mutex.go
- mutex_test.go
- net.go
- net_test.go
- exec.go
- exec_test.go
- key.go
- key_test.go
- create.go
- console.go
- console_test.go
- env.go
- env_test.go
- locale.go
- locale_test.go
- msgbox.go
- msgbox_test.go
- version.go
- version_test.go
- win.go
- portapp.json
- portapps.png
- setup.bmp
- setup.iss
- versioninfo.json
- .editorconfig
- .gitignore
- codecov.yml
- config.go
- dialog.go
- go.mod
- go.sum
- LICENSE
- logger.go
- portapps.go
- README.md
- util.go
# Installation Guide
1. Get the code
git clone https://github.com/portapps/portapps
Downloads the entire project code from GitHub to your computer.
cd portapps
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
