Downloads:
15,857
Downloads of v 7.2.20230730:
2,271
Last Update:
30 Jul 2023
Package Maintainer(s):
Software Author(s):
- https://github.com/PrismLauncher/PrismLauncher/graphs/contributors
Tags:
prismlauncher minecraft launcher mod fabric quilt curseforge modrinth ftb- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Prism Launcher
This is not the latest version of Prism Launcher available.
- 1
- 2
- 3
7.2.20230730 | Updated: 30 Jul 2023
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
15,857
Downloads of v 7.2.20230730:
2,271
Maintainer(s):
Software Author(s):
- https://github.com/PrismLauncher/PrismLauncher/graphs/contributors
Prism Launcher 7.2.20230730
This is not the latest version of Prism Launcher available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by https://github.com/PrismLauncher/PrismLauncher/graphs/contributors. The inclusion of https://github.com/PrismLauncher/PrismLauncher/graphs/contributors trademark(s), if any, upon this webpage is solely to identify https://github.com/PrismLauncher/PrismLauncher/graphs/contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Prism Launcher, run the following command from the command line or from PowerShell:
To upgrade Prism Launcher, run the following command from the command line or from PowerShell:
To uninstall Prism Launcher, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download prismlauncher --internalize --version=7.2.20230730 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade prismlauncher -y --source="'INTERNAL REPO URL'" --version="'7.2.20230730'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade prismlauncher -y --source="'INTERNAL REPO URL'" --version="'7.2.20230730'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install prismlauncher
win_chocolatey:
name: prismlauncher
version: '7.2.20230730'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'prismlauncher' do
action :install
source 'INTERNAL REPO URL'
version '7.2.20230730'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller prismlauncher
{
Name = "prismlauncher"
Version = "7.2.20230730"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'prismlauncher':
ensure => '7.2.20230730',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 30 Jul 2023.
Prism Launcher
An Open Source Minecraft launcher with the ability to manage multiple instances, accounts and mods. Focused on user freedom and free redistributability.
Legacy version (Windows 7 and 8.1)
To install the legacy version of Prism Launcher, use the /legacy parameter like so:
choco install prismlauncher --package-parameters="'/legacy'"
$ErrorActionPreference = 'Stop'; # stop on all errors
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Prism Launcher*'
}
Write-Host "Removing Start Menu and Desktop shortcuts"
$StartMenuShortcut = Join-Path $env:programdata "Microsoft\Windows\Start Menu\Programs\Prism Launcher.lnk"
$DesktopShortcut = Join-Path $([Environment]::GetFolderPath("Desktop")) "Prism Launcher.lnk"
if (Test-Path $StartMenuShortcut) {
Remove-Item $StartMenuShortcut
}
if (Test-Path $DesktopShortcut) {
Remove-Item $DesktopShortcut
}
Write-Host "Removing Prism Launcher"
$installDir = Join-Path "$(Get-ToolsLocation)" "Prism Launcher"
if (Test-Path $installDir) {
Remove-Item -Recurse $installDir
}
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Prism Launcher 9.1.20241109 | 1088 | Saturday, November 9, 2024 | Approved | |
Prism Launcher 9.1.0 | 328 | Friday, November 1, 2024 | Approved | |
Prism Launcher 9.0.0 | 14 | Friday, November 1, 2024 | Approved | |
Prism Launcher 8.4.20240820 | 1564 | Tuesday, August 20, 2024 | Approved | |
Prism Launcher 8.4.0 | 1243 | Sunday, June 23, 2024 | Approved | |
Prism Launcher 8.3.0 | 1398 | Saturday, April 27, 2024 | Approved | |
Prism Launcher 8.2.0 | 1430 | Monday, March 4, 2024 | Approved | |
Prism Launcher 8.0.0 | 2926 | Wednesday, November 8, 2023 | Approved | |
Prism Launcher 7.2.20230730 | 2271 | Sunday, July 30, 2023 | Approved | |
Prism Launcher 7.2.0 | 79 | Sunday, July 30, 2023 | Approved | |
Prism Launcher 7.1.0 | 1058 | Monday, June 19, 2023 | Approved | |
Prism Launcher 7.0.0 | 121 | Monday, June 19, 2023 | Approved | |
Prism Launcher 6.3 | 1261 | Sunday, February 5, 2023 | Approved | |
Prism Launcher 6.1 | 426 | Monday, December 19, 2022 | Approved | |
Prism Launcher 6.0 | 169 | Tuesday, December 13, 2022 | Approved | |
Prism Launcher 5.2 | 232 | Tuesday, November 15, 2022 | Approved | |
Prism Launcher 5.1 | 120 | Thursday, November 10, 2022 | Approved | |
Prism Launcher 5.0 | 129 | Thursday, October 20, 2022 | Approved |
Added
- Add Git Blame ignore file
- Add LiteMod support to mod browser
- Add option to always use system locale
- Add 'Suggest a Feature' to help menu
- Add toggle for quilt beacon
- Add validation for metadata URL
- Automatically focus search bar when opening resource browser
- Enable address sanitizer in debug builds
- Optional mods in .mrpack export
- [Linux] Add close button to the main toolbar when running on Gamescope
Changed
- Added more information to the screenshot upload warning
- Exclude .DS_Store and Thumbs.db in .mrpack export
- Exclude logs from instance export
- Don't trash outdated mods when updating
- Hide the Git commit entry on the About dialog if unsupported
- Improve wording on instance import page
- Keep track of failed file copies and clones
- Made cat scalable
- Match behavior of vanilla launcher when launching offline
- Print build platform on launch
- Update developer credits
- Use default icon for unmanaged Modrinth packs
- [Linux] Update Nix lock
Fixed
- Add missing space in java checker debug message
- Allow installation of CurseForge modpacks that don't have any mods
- Prevent crash when trying to edit invalid instances
- Fix a crash when updating mods
- Fix broken URLs in Modrinth export
- Fix compiler warnings
- Fix crash if no version is loaded on modpack page
- Fix crash in mod browser
- Fix crash when downloading mods
- Fix CurseForge modpack updater issues
- Fix illegal characters in shortcuts name
- Fix implicit fallthrough issues in codebase
- Fix installation of .zip mods from CurseForge
- Fix Java version not being re-checked in some cases
- Fix progress dialog issues
- General fixes to screenshots page
- General tweaks and fixes
- [FreeBSD] Fix compilation failure
- [Linux] Bundle generic OpenGL library in AppImage
- [Linux] Fix duplicate share directories
- [Linux] Install appstream metadata in AppImage
- [OpenBSD] Fix compilation failure
Removed
- Remove inconsistent/unneeded question marks in UI
- Removed unused code
Full Changelog: https://github.com/PrismLauncher/PrismLauncher/compare/7.1...7.2
-
- temurin8jre (≥ 8.312.7)
- temurin17jre (≥ 17.0.8.7)
Ground Rules:
- This discussion is only about Prism Launcher and the Prism Launcher package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Prism Launcher, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.