pipsi-utils
pipsi-utils copied to clipboard
Automate and simplify Pipsi installations as well as updates
Pipsi Utilities
Pipsi Utils is a command-line app that automates Pipsi installations and updates with an interactive interface.
Table of Contents
- Getting Started
- Building from Source
- Prerequisites
- Build Instructions
- FAQ
- Contributing
- License
Getting Started
-
Download the Latest Release
Visit the releases page and downloadpipsi-utils_Windows_x86_64.zip. -
Extract the Files
After downloading, extract the zip file. Inside, you'll findpipsi-utils.exe. -
Move the Executable (Optional)
For easier access and consistent application data, movepipsi-utils.exeto a preferred location (e.g.,C:\Desktop\Favorite Apps\pipsi-utils).
Note: The tool stores data such as available Pipsi installations in its directory. Running the executable from different locations may result in missing data or duplicated configurations. -
Run the Tool
You can launchpipsi-utils.exeusing one of these methods:- Via Terminal/Powershell:
Open a terminal or PowerShell window, navigate to the directory, and run:.\pipsi-utils.exe - Via Right-Click:
Right-clickpipsi-utils.exeand select Open. - Via Double-Click:
Simply double-clickpipsi-utils.exeto run it.
- Via Terminal/Powershell:
(back to top)
Building from Source
Prerequisites
- Go 1.24 or newer (64-bit) installed on Windows (download)
- Git for repository cloning
Build Instructions
-
Clone the Repository
git clone https://github.com/SpoilerRules/pipsi-utils.git -
Build the Binary
Dependencies will be automatically fetched by Go Modules. Run:
go build -o pipsi-utils.exeThis generates
pipsi-utils.exein the project root. -
Run the Application
Launch the application to verify the build:.\pipsi-utils.exe
(back to top)
Frequently Asked Questions (FAQ)
Why am I returned to the main menu after selecting games in the installation menu?
This happens because the Enter key is used to confirm your final selection. To select games:
- Use ↑/↓ to navigate the list
- Press X to select/deselect games (selected items turn cyan)
- Press Enter only when you're done selecting to proceed
Do I need to reinstall this tool for new Pipsi versions?
No. The tool automatically fetches the latest Pipsi versions and updates from the pipsi-utils-cloud repository, so no reinstallation is needed.
Are Chinese installations of Pipsi supported?
Chinese clients are not officially supported. Manual setup is required for Chinese client versions.
Note: Native installation and update support for Chinese client versions is currently in development.
(back to top)
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
(back to top)
Top contributors:
License
Distributed under the GNU General Public License v3.0. See the LICENSE file for more information.
(back to top)