Skip to content

Releases: Baconium/JESSI

JESSI 1.0.1

30 Mar 23:25

Choose a tag to compare

Changelog:

Java 25 support (required for minecraft 26.1+)

Preliminary macOS support

18 Mar 19:02
8109727

Choose a tag to compare

Pre-release

consider this release as a beta build for macOS support, it isn't tested super well but it does work. instead of installing JVM's in the app and running them in process, it simply uses JVM's installed on your Mac already. There's no reason to use this over just running the java -jar [minecraft server jar].jar command in your terminal other than just providing a nice GUI. should have feature parity with the TrollStore version for iOS.

the app is not notarized, so you'll have to manually trust it in settings

JESSI 1.0

12 Mar 10:05

Choose a tag to compare

there haven't been many changes since the release candidate, it's only really been a few minor bug fixes. Since this is the 1.0 release, here's the list of most important features in the app:

  • Ability to run minecraft servers (duh)
  • Built in JVM downloader, pick between Java 8, 17, and 21 (or download all of them!)
  • Server memory allocation slider
  • Easy to use server creator, with support for several server softwares
  • A file manager that allows you to easily manage several servers
  • Network tunneling via playit.gg and UPnP support
  • Integrated mod, modpack, resource pack, and datapack downloading via Modrinth and curseforge
  • Keep alive, run the server in the background even with the screen off
  • Server config GUI

thank you to all of the beta testers!

JESSI RC

04 Mar 21:55
b89fb81

Choose a tag to compare

Changelog:

  • Proper TrollStore support, TrollStore devices will now spawn the JVM in a seperate process, meaning you can freely stop/start the server without the app closing
  • Keep Alive, JESSI can now run in the background, even in LiveContainer or if the screen is off!
  • UI improvements and bugfixes
  • There is now a built in tutorial in the app! On first app launch, you will be given a welcome message and be prompted to take a tour around the app
  • JVM's will automatically download via backup mirrors if necessary
  • Installation guides have been added to the github page under the wiki (the guide for ios 16.7/17.0.1-17.3.1 has not been written yet as I'm working on a separate app for JIT enabling on those versions, and that app has not been finished yet)
  • Some easter eggs have been added 👀
  • Removed Herobrine

JESSI Beta 5

23 Feb 20:46

Choose a tag to compare

Changelog:

  • TXM devices on iOS 26 are now supported! (note that 26.4 betas have broken jit temporarily on all devices, including non TXM)
  • Easy modpack, resource pack, and data pack installation
  • Curseforge support
  • Overhauled launch UI
  • Server properties editor
  • Several code improvements
  • Minor UI enhancements
  • Several miscellaneous bugfixes

super beta build

23 Feb 20:08
3fa2707

Choose a tag to compare

super beta build Pre-release
Pre-release

latest beta build

automatically built from main.

commit: 7315d7a
run: #21

changes

  • add java 25 support (7315d7a)
  • Update build instructions for iOS and macOS (8109727)
  • Merge branch 'feature/macos-build-runtime-support' (35d25da)
  • comment update (db2cb3b)
  • add macos build support (bc6c9a0)
  • yeah (daf63a7)
  • Add macOS build/runtime support with optional Java 8 (4dabc3f)
  • update readme for 1.0 (a7c843a)
  • Merge pull request #25 from rooootdev/main (637afd7)
  • strcasestr bullshit (c337494)
  • remove retardedness (0c16c10)
  • add logging so i know what THE FUCK is broken (b72ead3)
  • uh fix caseing issues (55db373)
  • fix finally hopefully probably maybe not (5cee3a2)
  • fix it again (eb54616)
  • fix maybe? (b5fdd2c)
  • fix shit (9590a46)
  • Fix IPA file naming and update release notes (2142726)
  • Merge branch 'Baconium:main' into main (0a5af70)
  • fix livecontainer detect maybe hopefully (472d857)

install

trollstore

https://github.com/Baconium/JESSI/releases/download/super-beta/JESSI.ipa

altstore or any other sideloading platform
import the .ipa directly from this release page.

JESSI Beta 4

10 Feb 06:21
d71b387

Choose a tag to compare

Changelog:

  • Integrated mod installation via Modrinth (thank you roooot)
  • Playit.gg support (thank you again roooot)
  • UPnP support (untested, likely broken)
  • File manager/text editor UI overhaul
  • Server creation menu UI overhaul
  • PaperMC support (if you have issues with it, please do not contact the PaperMC devs, contact me instead)
  • Various UI improvements throughout the app
  • Removed Herobrine

JESSI Beta 3

02 Feb 10:34

Choose a tag to compare

Changelog:

  • iOS 14, 15, and 26 are now supported! iOS 26 support on A15/M2 or newer is untested, and is unlikely to work. if it doesn't work, try enabling/disabling TXM support in settings
  • JVM's are no longer shipped in the ipa, cutting down the filesize by 96%! you can choose exactly which java versions you want to download directly in the app now
  • Improved memory slider and memory estimation
  • Additional useful info in settings
  • Fixed the UI on iPadOS
  • Removed Herobrine

if you haven't already, join the discord for devlogs, announcements, and to report bugs!
discord.gg/aZ9HbYXKur

JESSI Beta 2

25 Jan 09:33

Choose a tag to compare

This is the first release of JESSI on github! if you would like to download an older build, you can find it in the discord announcements channel. Here's a list of new features:

  • Automatic JIT detection
  • Custom launch arguments
  • System memory info
  • Fixed SideStore/iLoader support
  • Mild code cleanup