Skip to content

corecommit/PollyMC-Continued

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PollyMC-Continued

Lets you play Minecraft without a Microsoft account — add offline accounts and launch the full game with no restrictions.

Features

  • Offline accounts — no Microsoft login required
  • No demo mode — offline accounts launch the full game
  • Custom skins — save and load skins locally
  • Offline skin agent — Java agent that serves local skins
  • Setup wizard — offers offline account on first launch
  • NSIS installer with upgrade support

Download

Latest release

Build

Windows

cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/c/msys64/mingw64 -S . -B build
cmake --build build -j4
cmake --install build --prefix C:/pollymc_build
makensis pollymc_installer.nsi

Requires: MSYS2 + MinGW-w64, Qt 6, CMake, Ninja, NSIS.

Linux

cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -S . -B build
cmake --build build -j$(nproc)
cmake --install build --prefix /tmp/pollymc
# Package as AppImage (optional)
./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --output appimage

Requires: Qt 6, CMake, Ninja, extra-cmake-modules, tomlplusplus, cmark, qrencode, libarchive.

macOS

brew install cmake ninja qt extra-cmake-modules cmark qrencode libarchive tomlplusplus
brew install --cask temurin@17
bash packaging/macos/build-local.sh

Output in dist-macos/ — ready-to-run .app, ZIP, DMG.

Contributors

Credits

Prism Launcher · PolyMC · MultiMC

License

GPL-3.0. See LICENSE.

About

Revival of PollyMC. Free Minecraft launcher with offline account support, custom skins, quick launch, performance presets, Discord Rich Presence, and more. Based on Prism Launcher.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages