Mythic

Émulateur v0.4.2 par syndicman

Lanceur Open Source de jeux Windows utilisant Whisky. Vous pouvez également importer vos jeux Mac dans la bibliothèque et lier Steam et l'Epic Games Store.

Nécessite macOS 14 au minimum et un processeur Apple Silicon.

Dernière mise à jour :

Plateformes

IBM PC Windows

Architecture

Mac OS X - macOS Mac OS X - macOS Apple Silicon Apple Silicon 64 bits 64 bits

Téléchargement et liens

Historique des versions

v0.6.0
Fixed container URL issues in newly added games (#5a9d1dc, #5722bd6)
Top-aligned hero image cards with improved blur performance (#08cfa29, #d917e2, #bbc8b73)
Improved image card blur performance (#bbc8b73)
Fixed critical `modifiesFiles` enum value bug (#6c160bb)
chore: remove unnecessary marks why are there so many gulp my coding skills have greatly improved and i am glad
If you hit bugs or need support [[create an issue](https://github.com/MythicApp/Mythic/issues/new/choose)](https://github.com/MythicApp/Mythic/issues/new/choose).
Fixed game import failures (#65aceb5)
Fixed games persisting after uninstall (#a05de39)
Changelog complet
### [[Click to download Mythic from the website.]](https://getmythic.app) #### Sponsor if you love Mythic: https://github.com/sponsors/MythicApp --- ## What's Changed ### 🎮 COMPLETE GAME ARCHITECTURE OVERHAUL (#eae90c) * **BRAND NEW GAME SYSTEM** - Complete rewrite of game management with proper type safety, better state handling, and unified logic (#eae90c, #f74f09, #2f6071) * Implemented distinct game types: `EpicGamesGame`, `LocalGame`, `SteamGame` with proper inheritance (#2f6071, #0ec735) * New `GameDataStore` for persistent game storage with automatic syncing (#f9ce21, #c6e29c) * Implemented `Mergeable` protocol for smart game data merging across sources (#e929783, #fc38555, #709df42) * Total `GameOperation` reimplementation with observable progress, dock integration, and menu bar status (#c2f3e98, #d979747, #7a4732) * New `GameOperationManager` for better task coordination and concurrent operations (#462db0, #d70c50) * `InstallationState` enum for better differentiation between installed/uninstalled games (#f74f09) * Removed `LegacyGame` - we so back (#e0f2596) ### 🎨 Visual Overhaul * **Circular progress indicators** in game cards instead of linear bars (#c32d079) * **Background blur effects** on hero game cards and expanded list cards - the community has spoken! (#5367c70, #d917e2, #b8329c) * **Expanding game cards on hover** - this looks sick!!! (#2ca8976) * **New Operations view** with redesigned operation cards - they look sick!!! (#56de538, #0e3262b) * Unified `GameImageCard` with fallback images for macOS games (#8de80ef, #6592bf9, #c7a9dc9) * Removed horizontal scrolling in library for cleaner navigation (#96b8406) * Removed Home view navigation title for minimal aesthetic (#77ab6f1) * Top-aligned hero image cards with improved blur performance (#08cfa29, #d917e2, #bbc8b73) * Changed store icon (#ae66bd) * Updated About view with bundle icon (#436bb9) ### 🚀 Epic Games / Legendary Integration * **Full struct parsing** of Legendary data with explicit coding keys (#6188410, #d760ca8, #cdb745) * Implemented `EpicGamesGameManager` for proper Epic game handling (#cdcad2e, #2f6071) * Added error handling to all Legendary tasks (#828ef50) * Fixed game import failures (#65aceb5) * Fixed games persisting after uninstall (#a05de39) * Better throughput parsing in install/repair operations (#dbc0138, #5bb367c) * Folder-only selection for Epic game imports (#dbf2187) * Updated web auth data store persistence (#9a2d539) * Prefer new instance image URLs when merging game data (#69789c4) * Launch arguments now support spaces with parentheses (#98d9b8) * Verification alerts in Legendary flow (#fd1e383) ### 🍷 Wine & Container Improvements * Better process handling with modular, async-friendly code (#fe7fe8b, #39503a) * Split DXVK functionality with explicit container creation (#a2060f) * Fixed wineboot command invocation (#2801779) * Fixed container settings picker giving wrong results (#5beb987) * Fixed container URL issues in newly added games (#5a9d1dc, #5722bd6) * Fixed ghost operations from container settings (#79c0b8a) * Filter existing containers on setter instead of every launch (#fa99e06) * Container creation view title improvements (#acf27f9) * `ContentUnavailableView` when no containers exist (#78623e3) * Safer container initialization with `knownURL` (#28631bc, #6f5fab) * Separated Wine extensions from container logic (#c98ee2) ### 🎯 Operations & Progress Tracking * **Unified operation status system** with `OperationStatusViewModifier` (#62fae5d) * **Menu bar operation progress** display (#d979747) * **Dock badge progress** for file-modifying operations (#4ce8ad4, #6bdae2) * **User notifications** on operation completion (success only!) (#72d2474, #b70c789) * Observable `Progress` with custom KVO bridge (#7a4732, #2c32738) * Operation cancellation support conforming to `Operation` protocol (#84c916a) * Concurrent operations of certain types (#d70c50) * Fixed critical `modifiesFiles` enum value bug (#6c160bb) * Check task cancellation before execution (#c271e0e) * Disabled buttons if operation already exists for that action (#586e449) ### 🎨 UI/UX Improvements * **Tabbed settings interface** - fine SwiftUI you win (#891ba90) * Auto-refresh library from storefronts when empty (#76710ef) * Reimplemented search functionality in library (#050ca68) * Reimplemented filter button with full `GameListViewModel` refactor (#2d57f84) * Disable filter views when library is empty (#d283bb1) * Better onboarding with formatted completion percentages (#f61af67, #c2f78ad) * Skip greeting stage if not signed into storefronts (#bd7156b) * Fixed greeting stage logic error (#66094b5) * Unified game uninstallation views (#5a8e04, #1e7e5ae, #bbbe3b) * `Label` usage in form groups (#02ed753, #e245c6) * Easier-to-understand container configuration strings (#f2aa03a) * Replace nonfunctional disclaimers with informative messages (#2e879f5) * Updated colorful view colors (#107301e) ### 🐛 Critical Fixes * **Fixed hanging on startup** (#efc708d) * **Fixed game properties not persisting between sessions** (#c6e29c, #6156971) * **Fixed infinite recursion** in GameDataStore (#bb76a7b) * Fixed process output loss with buffered readability handlers (#c6c620d) * Fixed readability stream exceptions on cancellation (#0d7b68d) * Fixed 'Bad file descriptor' errors in `.runStreamed` (#f40faf0, #595e506) * Fixed local games not being removed from library after uninstall (#0166b10) * Fixed bad library merge logic (#89e4bff) * Fixed game sorting (#9beb957) * Fixed merge failures due to bad keypath inference (#8efd5db) * **Removed dangerous shell command** from shader cache purging (#784aa63) * Fixed button sheet presentation firing twice (#0706fea) * Fixed game install size not appearing (#57e6772, #2c9fa28) * Fixed subscripted text spanning multiple lines (#c9b277f) ### 📦 Process & Migration * Refactored `Process` stream handling with readability handlers (#2a50e55, #70d8715) * Rosetta installation uses `Process.stream` (#6b5e962) * Prevent Rosetta installation on Intel Macs (#f4025f4, #7febca7) * Full migration implementation for 0.5.0 game structures (#36387aa) * Removed old migration methods (#064744f) * Migrator only refreshes from storefronts when necessary (#6fceea5) ### 🧹 Code Quality & Refactors * Unified `StagedFlow` view models (#54d658a) * Separated Wine container settings codable conformance (#94e647) * Relocated process extensions with better organization (#22f049) * Prefer `MainActor.run` over creating tasks (#bcd003) * Remove redundant 'Evo' naming (#1de986) * Cleaned up ContentView and project structure (#ae66bd, #e4c3d8, #7ec388) * Updated deprecated `URL` initializer syntax (#94a3e8d) * Removed unreferenced files (#ff7eec, #6ab160) * SwiftLint compliance throughout (#c51b13, #fbd31d, #c77f7b, #bd6909, #eb0396, #269370) * Reduced Firebase log verbosity - shut up firebase (#1eb624) * Network monitor uses async, reduced overhead (#6f9f98) * Better game launch flow with reduced boilerplate (#5e2a4d) ### 🎨 Sparkle Updater * Refactored all updater views (#424004, #2bac69, #7ec388) * Multiline strings in download view (#2bac69) * Better adherence to contributing guidelines (#424004) ### 🌐 Localization & Strings * Localization-friendly game verification alerts (#9fb4a53) * Localization improvements throughout (#fcbd3d9, #c98ee2, #acf27f9) * Multiple strings updates (#7c9cfa, #719cc2, #31990c, #b70c789, #62fae5d, #6bdae2, #78623e3) * Removed stale strings (#063458) * Removed "What's New in Mythic" menu button (#6271d83) ### 📝 Documentation * Updated contributing guidelines multiple times (#917dc2, #a98b2c, #51a2c1, #aa3887) * Added explanatory comments to Legendary codebase (#3c573b) * Better file header comments (#b9e001d, #dad94e) * DocC for `GameOperation.function` (#1183773) ### 🔧 Miscellaneous * Mythic now supports **game mode!!!** * Updated donation links (#d26acb5) * Game ID display in debug builds (#ee4ade, #6dfcf8b) * 'Update available' notification on game cards (#5ee6689) * Better UserDefaults storage for launch args and container URLs (#171c2b6) * `CodableAppStorage` improvements (#ed44bf2, #6759540) * Prevented wrapping sets in arrays in `encodeAndSet` (#081909) * Streamlined game launch flow (#5e2a4d) * Deprecated `VariableManager` with concurrency safety (#3d052c4, #1b8129) --- ### 🐛 The Emotional Journey * jhyperfixation doesnt want me to stop (#599b2f) * sigh (#2e727c) * im so done with this (#137397) * chore: remove unnecessary marks why are there so many gulp my coding skills have greatly improved and i am glad (#c39706) --- ### 🎭 Performance * Improved image card blur performance (#bbc8b73) * Lower render scale for fallback image glow (#b1f8fd1) * Migrator optimization for storefront refreshes (#6fceea5) * performance is implicit, i literally refactored everything --- **Early stages** If you hit bugs or need support [[create an issue](https://github.com/MythicApp/Mythic/issues/new/choose)](https://github.com/MythicApp/Mythic/issues/new/choose). _Mythic is still alpha; expect chaos._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.5.0...v0.6.0 --- [The World - DIO's ultimate Stand](https://jojo.fandom.com/wiki/The_World) — _"The World's true power, as its name suggests, is to reign supreme over the entire world!"_ ZAAAAAAAA WARUDOOOOOOOOOOOOO i'm so goated
v0.5.0
Updated project and fixed UI regressions for macOS 26
Created a brand new 'about mythic' view with improved error messages and material design buttons
Fixed game launch progress getting stuck due to async bugs
Removed debug prints, fixed compiler warnings, and replaced deprecated functions
Updated library: moved filters next to search, added force-refresh, and refined recently played logic
Added container management improvements: wine uninstaller and disclaimers for running games
Improved Epic Games integration: async library loading, manual cloud save sync, and fallback auth
Cleaned up stale strings and improved overall localization
Changelog complet
# Download Mythic here: https://getmythic.app/download ## Sponsor if you love Mythic: https://github.com/sponsors/MythicApp --- ## What's Changed * LIQUID GLASS BABYYYYY * Migrated the project fully to Swift 6 and cleaned up concurrency issues * Rebuilt the Mythic Engine system: modular installs, version tracking, and update catalog integration ⚠️ BREAKING * Overhauled onboarding with MVVM, added fallback Epic Games sign-in, and staged UI ⚠️ BREAKING * Cleaned up game management: local-only computed properties, persistent custom images and thumbnails ⚠️ BREAKING * Revamped Settings view with unified action buttons and better code structure * Created a brand new 'about mythic' view with improved error messages and material design buttons * Updated library: moved filters next to search, added force-refresh, and refined recently played logic * Enabled importing custom thumbnails and unified image card display in settings * Added container management improvements: wine uninstaller and disclaimers for running games * Improved Epic Games integration: async library loading, manual cloud save sync, and fallback auth * Enhanced downloads & updates view: content unavailable screens and storage warnings * Added preliminary Mythic Harmony views 🗣️🗣️ --- ### 🐛 Fixes * Fixed continuation leaks in the engine installer * Fixed game launch progress getting stuck due to async bugs * Fixed default bottle setup failures * Fixed infinite recursion in Harmony rating view * Fixed fallback image card doubling * Fixed onboarding small text issues and operation percentage display * Fixed cloud save sync hang and web auth delegate assignment * Fixed persistence of custom image URLs * Fixed engine installation failures --- ### 🔧 Refactor & Code Quality * Game card buttons refactored into standalone views with modular hero components * Unified compact and standard game cards * Pulled action buttons out of SettingsView for reusability * Cleaned up process environment construction and progress calculation logic * Removed debug prints, fixed compiler warnings, and replaced deprecated functions --- ### 🎨 Visual & Settings * Tuned game card blur and glow defaults, aligned title and buttons inline * Updated dark mode icons and expanded minimum window size constraints --- ### 📦 macOS 26 Support * Updated project and fixed UI regressions for macOS 26 --- ### 🌐 Localization * Cleaned up stale strings and improved overall localization — [whitesnake like the jojo reference!!! what!!!!](https://jojo.fandom.com/wiki/Whitesnake) **Early stages** If you hit bugs or need support [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Mythic is still alpha; expect chaos._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.4.4...v0.5.0
v0.4.5
# Download Mythic here: https://getmythic.app/download ## Sponsor here if you love Mythic: https://github.com/sponsors/MythicApp school is inhibiting development like crazy rn chat [polished like silver, swift like a chariot!!!](https://jojo.fandom.com/wiki/Silver_Chariot) ## What's Changed [feat: add fallback signin to epic account card](https://github.com/MythicApp/Mythic/commit/a489a8c0f5ea1e401fc175c238ac66bdbd2a2681) [feat: asynchronously load library view after signing into Epic Games](https://github.com/MythicApp/Mythic/commit/ab2f60aee997edc8ed85df9d9b75a77990a0de32) [feat: webview updates + add persistence of website datastores across epic games views](https://github.com/MythicApp/Mythic/commit/b81fe0b5d219bfe20550b4ccef02639593f9780d) [feat: only show recently played game in home view if it's installed + build bump](https://github.com/MythicApp/Mythic/commit/0e8e6bb437628bb6c702ae4daa1d72382ec8cc50) -- ## What NOT to expect this release * Steam support (coming soon, development on this is now ***priority***) **(ℹ️ for now, the Windows steam client can be downloaded, manually imported, and ran by Mythic.)** * In-app controller support * Download pausing (downloads are, however, cached.) **⚠︎ THIS VERSION OF MYTHIC IS SUPPORTED ON INTEL MACS! 🎉** Download Mythic.zip and extract it to your Applications folder. **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.4.4...v0.4.5
v0.4.4
# Download Mythic here: https://getmythic.app/download ## Sponsor here if you love Mythic: https://github.com/sponsors/MythicApp 2025 will be my year fr 🙏🏾 [polished like silver, swift like a chariot!!!](https://jojo.fandom.com/wiki/Silver_Chariot) ## What's Changed * [feat: add library view settings + alter grid spacing for consistency](https://github.com/MythicApp/Mythic/commit/326212aeec9ddafcaacab30577f07faab8fcd4de) * [feat: add gamecard blur customizability + improve grid view + dirtyfix blur issues](https://github.com/MythicApp/Mythic/commit/19231a5a1fc40da63f383bf5e60f4e0f8bb9b29d) * [feat!: huge settings view revamp for macOS 15+ users](https://github.com/MythicApp/Mythic/commit/705d6201a21165a18d13f9565c275adb187181e5) * [fix!: resolve critical bug that crashes Mythic on closure of Epic Games signin window](https://github.com/MythicApp/Mythic/commit/681cca2ec0c5b35170e690c98bf40462d915d763) * [feat: placeholder view in engine settings if engine is not installed](https://github.com/MythicApp/Mythic/commit/b4faa4f44bcaaac0b2dbd84439ca9faa71eda8bd) * [feat!: avx support (closes #178)](https://github.com/MythicApp/Mythic/commit/4a8df3362c4d4ce7f4cd0f8e5099c868bc265c59) * [feat!: dxvk support](https://github.com/MythicApp/Mythic/commit/4488efa1e62e579ea1eae56941ffdc381c6ecb07) * [refactor: backend game launch logic + dxvk hud implementation](https://github.com/MythicApp/Mythic/commit/2158bfd91caa7d689acefaf3bb1dfedaad342074) * [feat: add json error handling for epic signin window](https://github.com/MythicApp/Mythic/commit/cef67f6016c56933a144fbbda3cfd9d9a2f6c6d0) -- ## What NOT to expect this release * Steam support (coming soon, development on this is now ***priority***) **(ℹ️ for now, the Windows steam client can be downloaded, manually imported, and ran by Mythic.)** * In-app controller support * Download pausing (downloads are, however, cached.) **⚠︎ THIS VERSION OF MYTHIC IS SUPPORTED ON INTEL MACS! 🎉** Download Mythic.zip and extract it to your Applications folder. **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.4.3...v0.4.4
v0.4.3
[feat!: update precompiled legendary's embedded python to 3.13 + add support for [intel macs]](https://github.com/MythicApp/Mythic/commit/dc42066cc5b051bb24a761ffecfe7fecd336a084)
[feat: hard-update container scaling](https://github.com/MythicApp/Mythic/commit/ba4b623354e3671c0180ea63e4f595678130d27d)
[fix: redundant empty brackets under game download card](https://github.com/MythicApp/Mythic/commit/ed6f2c4e15dd95651d43c0ce3c40174515c8d482)
[fix: vague installation errors on Epic install failure](https://github.com/MythicApp/Mythic/commit/747656bdd0786afa4b885847ff20a020997e29fb)
If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose).
_Please note that Mythic is still in its alpha stage of development; expect bugs._
What NOT to expect this release
In-app controller support
Changelog complet
# Download Mythic here: https://getmythic.app/download ## Sponsor here if you love Mythic: https://github.com/sponsors/MythicApp 2025 will be my year fr 🙏🏾 [polished like silver, swift like a chariot!!!](https://jojo.fandom.com/wiki/Silver_Chariot) ## What's Changed * Epic Signin Webview by @vapidinfinity in https://github.com/MythicApp/Mythic/pull/171 * [feat: hard-update container scaling](https://github.com/MythicApp/Mythic/commit/ba4b623354e3671c0180ea63e4f595678130d27d) * [feat!: update precompiled legendary's embedded python to 3.13 + add support for [intel macs]](https://github.com/MythicApp/Mythic/commit/dc42066cc5b051bb24a761ffecfe7fecd336a084) * [fix: redundant empty brackets under game download card](https://github.com/MythicApp/Mythic/commit/ed6f2c4e15dd95651d43c0ce3c40174515c8d482) * [fix: vague installation errors on Epic install failure](https://github.com/MythicApp/Mythic/commit/747656bdd0786afa4b885847ff20a020997e29fb) * [feat: add epic signin webview to onboarding](https://github.com/MythicApp/Mythic/commit/fca000ea254cf256167efcd4f6ff8f7bf8cbafd9) -- ## What NOT to expect this release * Steam support (coming soon, development on this is now ***priority***) **(ℹ️ for now, the Windows steam client can be downloaded, manually imported, and ran by Mythic.)** * In-app controller support * Download pausing (downloads are, however, cached.) **⚠︎ THIS VERSION OF MYTHIC IS SUPPORTED ON INTEL MACS! 🎉** Download Mythic.zip and extract it to your Applications folder. **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.4.2...v0.4.3
v0.4.2
New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/167
New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/169
[fix: add guard statement to prevent deadlock from optional pack doublefetch in InstallGameView + build bump](https://github.com/MythicApp/Mythic/pull/166/commits/a375620cbfa9e39ad2c9a3f1a2179ee7166c1dca)
bunch of fixes, mythic is like so stable now!!!
[fix: show engine install button alongside other buttons instead of standalone](https://github.com/MythicApp/Mythic/pull/166/commits/4e337f8ab9365a6cdb9a48aabdc131ba79908cdb)
[fix: potential epic game import failure due to incorrectly passed platform value](https://github.com/MythicApp/Mythic/pull/166/commits/781c7e73b2a07ab01f6ef33cd90be70c9f319187)
[fix: leave installview greyed out while checking for platforms as well in InstallGameView](https://github.com/MythicApp/Mythic/pull/166/commits/a824b5b29ea9bae7d65628196a416ad866e87aef)
Fix nonfunctional CodeQL CI by @blackxfiied in https://github.com/MythicApp/Mythic/pull/165
Changelog complet
# Downloading has moved to the website, click here: https://getmythic.app/download ewrsfayghtfjhkb mythic is now notarized bunch of fixes, mythic is like so stable now!!! [polished like silver, swift like a chariot!!!](https://jojo.fandom.com/wiki/Silver_Chariot) ## What's Changed [fix: show engine install button alongside other buttons instead of standalone](https://github.com/MythicApp/Mythic/pull/166/commits/4e337f8ab9365a6cdb9a48aabdc131ba79908cdb) [feat: check download size on platform change in InstallGameView](https://github.com/MythicApp/Mythic/pull/166/commits/3b6c8deb61691ce893cc57de758d88559793256a) [fix: potential epic game import failure due to incorrectly passed platform value](https://github.com/MythicApp/Mythic/pull/166/commits/781c7e73b2a07ab01f6ef33cd90be70c9f319187) [fix: add guard statement to prevent deadlock from optional pack doublefetch in InstallGameView + build bump](https://github.com/MythicApp/Mythic/pull/166/commits/a375620cbfa9e39ad2c9a3f1a2179ee7166c1dca) [fix: leave installview greyed out while checking for platforms as well in InstallGameView](https://github.com/MythicApp/Mythic/pull/166/commits/a824b5b29ea9bae7d65628196a416ad866e87aef) [feat: properly set up firebase analytics](https://github.com/MythicApp/Mythic/pull/166/commits/c6091be1455b638ac8ad7ad9bf2c30d7a810976e) -- * Fix nonfunctional CodeQL CI by @blackxfiied in https://github.com/MythicApp/Mythic/pull/165 * Mythic v0.4.2 | "Silver Chariot" by @blackxfiied in https://github.com/MythicApp/Mythic/pull/166 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/167 * Mythic v0.4.2 | "Silver Chariot", Part 2 by @blackxfiied in https://github.com/MythicApp/Mythic/pull/168 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/169 -- ## What NOT to expect this release * Steam support (coming soon, development on this is now ***priority***) **(ℹ️ for now, the Windows steam client can be downloaded and manually imported and ran by Mythic.)** * In-app controller support * Download pausing (downloads are, however, cached.) **⚠︎ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK (PROPERLY) ON APPLE SILICON ONLY.** Download Mythic.zip and extract it to your Applications folder. * *you might notice, there's no warning here, what's up with that?* * mythic is now notarized, thanks to @JoshuaBrest !!! **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ If you like what you see, consider a donation: https://github.com/sponsors/MythicApp **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.4.1...v0.4.2
v0.4.1
backend improvements, quality of life improvements, performance, animations, and more!!
[feat: update game/bottle list after modifying games/bottles + strings + build](https://github.com/MythicApp/Mythic/pull/161/commits/b2100f3032b85b8557c5a448685de6523e3d91e8)
[Fix GameListCard text being invisible in light mode while image is loading/has failed to load](https://github.com/MythicApp/Mythic/pull/161/commits/40656558605d0baacf2b0c2861ebad9809a213b4)
[fix: dirtyfix preemptive installation error relating to storage space](https://github.com/MythicApp/Mythic/pull/161/commits/4da657fa87b24fc4a0d2eb8e947b8693a219391e)
[fix: multiple concurrency issues](https://github.com/MythicApp/Mythic/pull/161/commits/98d0c86e2b18a7adfa1d3019d912bc5906507706)
[feat: support DieselGameBoxWide on certain games (fixes honkai star rail thumbnail)](https://github.com/MythicApp/Mythic/pull/163/commits/ba2aa7b02a2562b14d03b596fbbc30f3793651c0)
If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose).
_Please note that Mythic is still in its alpha stage of development; expect bugs._
Changelog complet
# ⬇️ Download here: https://getmythic.app/download !!! ewrsfayghtfjhkb mythic is now notarized backend improvements, quality of life improvements, performance, animations, and more!! [polished like silver, swift like a chariot!!!](https://jojo.fandom.com/wiki/Silver_Chariot) ## What's Changed [Fix GameListCard text being invisible in light mode while image is loading/has failed to load](https://github.com/MythicApp/Mythic/pull/161/commits/40656558605d0baacf2b0c2861ebad9809a213b4) [feat: update game/bottle list after modifying games/bottles + strings + build](https://github.com/MythicApp/Mythic/pull/161/commits/b2100f3032b85b8557c5a448685de6523e3d91e8) [feat!: firebase + project navigator rearrangement](https://github.com/MythicApp/Mythic/pull/161/commits/3019174de8bd60fc590178d7c9238ef06a55bea7) [feat: complete optional pack implementation + styling](https://github.com/MythicApp/Mythic/pull/161/commits/9db58ed79cea9edbd323b8aaca4c843ff2e7563b) [fix: dirtyfix preemptive installation error relating to storage space](https://github.com/MythicApp/Mythic/pull/161/commits/4da657fa87b24fc4a0d2eb8e947b8693a219391e) [fix: multiple concurrency issues](https://github.com/MythicApp/Mythic/pull/161/commits/98d0c86e2b18a7adfa1d3019d912bc5906507706) * refactor launch argument section (fef25f9, d0e35c1) [feat: support DieselGameBoxWide on certain games (fixes honkai star rail thumbnail)](https://github.com/MythicApp/Mythic/pull/163/commits/ba2aa7b02a2562b14d03b596fbbc30f3793651c0) * **too many refactors** ## What NOT to expect this release * Steam support (coming later) **(ℹ️ for now, the Windows steam client can be downloaded and manually imported and ran by Mythic.)** * In-app controller support * Download pausing (downloads are, however, cached.) **⚠︎ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK (PROPERLY) ON APPLE SILICON ONLY.** Download Mythic.zip and extract it to your Applications folder. * *you might notice, there's no warning here, what's up with that?* * mythic is now notarized, thanks to @JoshuaBrest !!! **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ If you like what you see, consider a donation: https://github.com/sponsors/MythicApp * Update FUNDING.yml by @blackxfiied in https://github.com/MythicApp/Mythic/pull/158 * Mythic v0.4.1 | "Silver Chariot" by @blackxfiied in https://github.com/MythicApp/Mythic/pull/161 * Mythic v0.4.1 | "Silver Chariot", Part 2 by @blackxfiied in https://github.com/MythicApp/Mythic/pull/163 * Mythic v0.4.1 | "Silver Chariot", Part 3 by @blackxfiied in https://github.com/MythicApp/Mythic/pull/164 thx @JoshuaBrest !!!!! **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.4.0...v0.4.1
v0.4.0
[(Feature) create function to update legendary metadata when necessary + add visual indicator](https://github.com/MythicApp/Mythic/commit/84b7f80852e46453235bc8a7378e34724e789406)
so many backend + quality-of-life improvements
[(Feature) add game list support + huge refactor, see commit message for details](https://github.com/MythicApp/Mythic/commit/5813e7451367d390ed8cda232533eeac76df5de5)
[(Fix) launch arguments not saving](https://github.com/MythicApp/Mythic/commit/0bea5ba52034fdcb4e5c3515821116def3bb51ea) (fixes #99)
[Dirtyfix picker error and resultantly allow bottle chooser to not be blank on initialization](https://github.com/MythicApp/Mythic/commit/c050b0f9c3dfaeae1fbad15b484cb886e8b903fe)
[Add new method to ensure Mythic Engine doesn't attempt to install while still being cloud-compiled.](https://github.com/MythicApp/Mythic/commit/e44a7d02c6f908e700f13f163f4b18f0bfe242a8)
[Add deadlock avoidance in nstallGameView by manually terminating optional pack parser on view exit](https://github.com/MythicApp/Mythic/commit/8381d2149de436b42370b206b87d353e7aca7be3) (fixes #140)
If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose).
Changelog complet
so many backend + quality-of-life improvements ## What's Changed (in no particular order) * [(Feature) add game list support + huge refactor, see commit message for details](https://github.com/MythicApp/Mythic/commit/5813e7451367d390ed8cda232533eeac76df5de5) * [Add periodic legendary metadata refresh + build bump](https://github.com/MythicApp/Mythic/commit/be44b152938f1f4806d5e71fef569acdbd224edb) * [Add animations to various progress views](https://github.com/MythicApp/Mythic/commit/915c80c82c7132a597e9d14423aed4de266ed1d5) * [(Feature) create function to update legendary metadata when necessary + add visual indicator](https://github.com/MythicApp/Mythic/commit/84b7f80852e46453235bc8a7378e34724e789406) * [Remove 'Restart Onboarding' keyboard shortcut](https://github.com/MythicApp/Mythic/commit/11f6dbb20c98ac5e9a6d255b662726177f0c68de) * [(Fix) launch arguments not saving](https://github.com/MythicApp/Mythic/commit/0bea5ba52034fdcb4e5c3515821116def3bb51ea) (fixes #99) * [Dirtyfix picker error and resultantly allow bottle chooser to not be blank on initialization](https://github.com/MythicApp/Mythic/commit/c050b0f9c3dfaeae1fbad15b484cb886e8b903fe) * [Add new method to ensure Mythic Engine doesn't attempt to install while still being cloud-compiled.](https://github.com/MythicApp/Mythic/commit/e44a7d02c6f908e700f13f163f4b18f0bfe242a8) * [Add deadlock avoidance in nstallGameView by manually terminating optional pack parser on view exit](https://github.com/MythicApp/Mythic/commit/8381d2149de436b42370b206b87d353e7aca7be3) (fixes #140) * [Temporarily replace patreon link with Ko-fi link](https://github.com/MythicApp/Mythic/commit/9120e66d133b5082d77f7a58074bd3491410f9a8) * Rename bottles to containers by @blackxfiied in https://github.com/MythicApp/Mythic/pull/146 * Mythic v0.4.0 | "Silver Chariot" by @blackxfiied in https://github.com/MythicApp/Mythic/pull/149 ## What NOT to expect this release * Steam support (coming later) | ℹ️ for now, the Windows steam client can be downloaded and manually imported and ran by Mythic. * In-app controller support * Download pausing (downloads are, however, cached.) **⚠︎ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK (PROPERLY) ON APPLE SILICON ONLY.** Download Mythic.zip and extract it to your Applications folder. **❗ If you're unable to launch Mythic due to a security warning:** 1) Open System Settings and navigate to Privacy & Security. 2) Scroll down until you see an "Open Anyway" button. 3) Relaunch Mythic. **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ If you like what you see, consider a donation: https://ko-fi.com/blackxfiied **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.3.2...v0.4.0
v0.3.2
ℹ academic comeback is real This update improves QOL, adds Epic Cloud synchronization, fixes visual mishaps, and improves the settings view. ## What's Changed * Renamed `GameType` to `GameSource` and moved enums into `Game` class by @ilgrandeanonimo in https://github.com/MythicApp/Mythic/pull/131 * Add staging Engine support by @JoshuaBrest in https://github.com/MythicApp/Mythic/pull/133 * better issue templates by @jeremybosma in https://github.com/MythicApp/Mythic/pull/135 * [Add keyboard shortcut ⌘O to 'Restart Onboarding' command](https://github.com/MythicApp/Mythic/commit/d9cd844a1e4cc496d2bcf546feb8c5cb530e9b3a) * [Add staging Engine support](https://github.com/MythicApp/Mythic/commit/7751675770b625e49defe738e41a928a73822cfd) * [Settings view refactor, animations, and manual epic cloud sync sypport](https://github.com/MythicApp/Mythic/commit/60e9475d44962a5016bcafcb7df596407775d8da) * [Settings toggle for Mythic Engine autoupdater](https://github.com/MythicApp/Mythic/commit/77c6c3ef940d7cad3481c699eac123810640230f) * [Ensure CompactGameCard (favourites card) icons and text are permanently white](https://github.com/MythicApp/Mythic/commit/2f1c3ab814cc9575e2222d3664a8281e419c7850) [Auto-manage discord RPC based on Mythic's focus](https://github.com/MythicApp/Mythic/commit/ec48a44950df0c2f9fa8c6d548ef285e6bb83796) * Mythic 0.3.2 by @blackxfiied in https://github.com/MythicApp/Mythic/pull/136 ## What NOT to expect this release * Steam support (coming later) * In-app controller support * Download pausing (downloads are, however, cached.) ## New Contributors * @ilgrandeanonimo made their first contribution in https://github.com/MythicApp/Mythic/pull/131 * @JoshuaBrest made their first contribution in https://github.com/MythicApp/Mythic/pull/133 * @jeremybosma made their first contribution in https://github.com/MythicApp/Mythic/pull/135 **⚠︎ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK ON APPLE SILICON ONLY.** Download Mythic.zip and extract it to your Applications folder. **❗ If you're unable to launch Mythic due to a security warning:** 1) Open System Settings and navigate to Privacy & Security. 2) Scroll down until you see an "Open Anyway" button. 3) Relaunch Mythic. **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ If you like what you see, consider a donation: https://ko-fi.com/blackxfiied **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.3.1...v0.3.2
v0.3.1
ℹ This is going to be the last Mythic release for the next month or so -- as Mythic's sole developer, I've decided to kick back a bit (i've messed up big time academically) ## What's Changed * General improvements + bugfixes * Clean up cache upon app termination (ad65fcf977c2f896599120e91e896a6504cbc772) * Wording improvements * Greatly improved error handling (d2fe7fcc013f960980ea7ed53aa0146464f4c5a3, 668f32298ae53d1247e78a9294c5d55107c1e71d, 52c1174adb59319be02187025d8f182be91d3572, 2a5a0414bc3b88e62acb28954f42070819a43fb6) * Create codeql.yml by @blackxfiied in https://github.com/MythicApp/Mythic/pull/127 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/126 * Mythic 0.3.1 by @blackxfiied in https://github.com/MythicApp/Mythic/pull/128 ## What NOT to expect this release * Steam support (coming later) * In-app controller support * Download pausing (downloads are, however, cached.) **⚠️ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK ON APPLE SILICON ONLY.** **Download Mythic.zip and extract it to your Applications folder. If you're unable to launch Mythic, press and hold control (^), right click Mythic.app, and click open.** **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ If you like what you see, consider a donation: https://ko-fi.com/blackxfiied **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.3.0...v0.3.1
v0.3.0
With HUGE performance improvements!
Improve game list search performance by @marcusziade in https://github.com/MythicApp/Mythic/pull/116
New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/22
Update `SupportView` to dynamically set Discord widget theme by @marcusziade in https://github.com/MythicApp/Mythic/pull/111
Integrate updater settings into `SettingsView` by @marcusziade in https://github.com/MythicApp/Mythic/pull/110
fix ci failing on main branch by @marcusziade in https://github.com/MythicApp/Mythic/pull/120
Update development team settings to empty string by @marcusziade in https://github.com/MythicApp/Mythic/pull/119
New Contributors
Changelog complet
With HUGE performance improvements! ℹ This is going to be the last Mythic release for the next month or so -- as Mythic's sole developer, I've decided to kick back a bit (i've messed up big time academically) ## What's Changed * Update `SupportView` to dynamically set Discord widget theme by @marcusziade in https://github.com/MythicApp/Mythic/pull/111 * Enhance Game List with Advanced Filtering Options by @marcusziade in https://github.com/MythicApp/Mythic/pull/113 * Improve game list search performance by @marcusziade in https://github.com/MythicApp/Mythic/pull/116 * Integrate updater settings into `SettingsView` by @marcusziade in https://github.com/MythicApp/Mythic/pull/110 * fix ci failing on main branch by @marcusziade in https://github.com/MythicApp/Mythic/pull/120 * feat: Add list view option to game library by @marcusziade in https://github.com/MythicApp/Mythic/pull/115 * refactor `GameSettingsView` for better maintainability and readability by @marcusziade in https://github.com/MythicApp/Mythic/pull/118 * Update development team settings to empty string by @marcusziade in https://github.com/MythicApp/Mythic/pull/119 * Refactor GameCard for better maintainability and readability by @marcusziade in https://github.com/MythicApp/Mythic/pull/121 * Revert "Refactor GameCard for better maintainability and readability" by @blackxfiied in https://github.com/MythicApp/Mythic/pull/124 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/22 ## What NOT to expect this release * Steam support (coming later) * In-app controller support * Download pausing (downloads are, however, cached.) ## New Contributors * @marcusziade made their first contribution in https://github.com/MythicApp/Mythic/pull/111 thanks, marcus!! **⚠️ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK ON APPLE SILICON ONLY.** **Download Mythic.zip and extract it to your Applications folder. If you're unable to launch Mythic, press and hold control (^), right click Mythic.app, and click open.** **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ If you like what you see, consider a donation: https://ko-fi.com/blackxfiied **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.2.1-alpha...v0.3.0
v0.2.1-alpha
# ‼️ THIS UPDATE FIXES A CRITICAL ISSUE AFFECTING SONOMA USERS AS A RESULT OF XCODE 16'S INABILITY TO COMPILE MYTHIC CORRECTLY. ## What's Changed * Bottle creation deadlock fix * Better error handling * Better game card sorting * Backend looking a little better * Gamecards are now white (tempfix #73) * View a game's install size before downloading * Convert windowed (floating) alerts to in-app modals * Bugfixes ## What NOT to expect this release * Steam support (coming later) * In-app controller support * Download pausing (downloads are, however, cached.) **⚠️ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK ON APPLE SILICON ONLY.** **Download Mythic.zip and extract it to your Applications folder. If you're unable to launch Mythic, press and hold control (^), right click Mythic.app, and click open.** **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.2.0-alpha...v0.2.1-alpha heck yeah
v0.2.0-alpha
## What's Changed * Windows version picker in bottle settings * Complete revamp of bottle management backend * Functional Mythic Engine autoupdater (Meaning GPTKv2 can be installed in this release) * Functional application updater (Appcastify is not a good third-party appcasting service.) * Sequoia support * Onboarding now skips when you press skip (crazy, right?) * Verify button now in game settings * Bottle settings view now includes regedit * Fix incorrect conversion for download speeds * Minor backend refactoring * Quick-open windows executables (useful for .msi or .exe installers) * Moving to applications folder is now less prone to errors ## What NOT to expect this release * Steam support (coming later) * In-app controller support * Download pausing (downloads are, however, cached.) **⚠️ ALTHOUGH MYTHIC IS NOT ARCHITECTURE-LOCKED, THIS VERSION WILL WORK ON APPLE SILICON ONLY.** **Download Mythic.zip and extract it to your Applications folder. If you're unable to launch Mythic, press and hold control (^), right click Mythic.app, and click open.** **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/v0.1.1-alpha...v0.2.0-alpha
v0.1.1-alpha
That's why this version not just squashes, but brutally **macerates** a lot of the bugs found in the first release!
[Fix incorrect operator used to calculate speeds when downloading games + build + strings](https://github.com/MythicApp/Mythic/commit/71f27b3b61492385b6a0be97bc7568d866ce2b64)
[Build bump + string update](https://github.com/MythicApp/Mythic/commit/24f6d0031bf3f8485162cf4fdc56e48c5dd7e578)
Hey, we heard you. bugs are rough.
What's new (all the technical stuff)
[Fix Mythic's WebView implementation (fixes ](https://github.com/MythicApp/Mythic/commit/376f603f29e6bc87398f2b49ec3123ba5c3833ba) https://github.com/MythicApp/Mythic/issues/52)
[Partially fix mythic titlebar not becoming invisible](https://github.com/MythicApp/Mythic/commit/4b1fe29a6059c7bc488d102771fcfa94eb7228dd)
If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose).
Changelog complet
Hey, we heard you. bugs are rough. That's why this version not just squashes, but brutally **macerates** a lot of the bugs found in the first release! ## What's new (all the technical stuff) * [Re-add app delegate (it flew over my head!!)](https://github.com/MythicApp/Mythic/commit/bdbdf70f04de652434e48c0c50c47cffd5def1d3) * [Build bump + string update](https://github.com/MythicApp/Mythic/commit/24f6d0031bf3f8485162cf4fdc56e48c5dd7e578) * [Fix Mythic's WebView implementation (fixes ](https://github.com/MythicApp/Mythic/commit/376f603f29e6bc87398f2b49ec3123ba5c3833ba) https://github.com/MythicApp/Mythic/issues/52) * [Fix incorrect operator used to calculate speeds when downloading games + build + strings](https://github.com/MythicApp/Mythic/commit/71f27b3b61492385b6a0be97bc7568d866ce2b64) * [Add grid to home favourites widget](https://github.com/MythicApp/Mythic/commit/f07f6b3375817ba6c8b389045494081433507b69) * [Add help text to Mythic Engine disclaimer in Onboarding](https://github.com/MythicApp/Mythic/commit/95ee8a90bd333a54a627362aea8d47e27ad031cd) * [Partially fix mythic titlebar not becoming invisible](https://github.com/MythicApp/Mythic/commit/4b1fe29a6059c7bc488d102771fcfa94eb7228dd) ... to name a few. **Download Mythic.zip and extract it to your Applications folder. If you're unable to launch Mythic, press and hold control (^), right click Mythic.app, and click open.** **Early stages** If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). _Please note that Mythic is still in its alpha stage of development; expect bugs._ **Full Changelog**: https://github.com/MythicApp/Mythic/compare/0.1.0-alpha...v0.1.1-alpha
v0.1.0-alpha
New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/10
New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/11
New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/13
New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/21
If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose).
Please note that Mythic is still in its alpha stage of development; expect bugs.
New Contributors
Mythic's first release doesn't include:
Changelog complet
Finally, after 8 months, 1 week, 3 days, **Mythic is available for download to the public.** Base functionality contains: * Windows Game Support (DX9-12) (64-bit) * Epic Games Support * Manual Game Imports * Game management * Discord Integration Early stages If you run into any issues or need support please [create an issue](https://github.com/MythicApp/Mythic/issues/new/choose). Please note that Mythic is still in its alpha stage of development; expect bugs. **Download Mythic.zip and extract it to your Applications folder.** **If you're unable to launch Mythic, press and hold control (^), right click Mythic.app, and click open.** ## What's Changed * SwiftLint by @IsaacMarovitz in https://github.com/MythicApp/Mythic/pull/3 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/10 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/11 * Unified Legendary and Local game structure and local game support implementation by @blackxfiied in https://github.com/MythicApp/Mythic/pull/15 * Add tooltips to icons without a description by @7408647n in https://github.com/MythicApp/Mythic/pull/16 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/13 * Various changes and optimisations to onboarding message and others. by @ZProLegend007 in https://github.com/MythicApp/Mythic/pull/12 * New Crowdin updates by @blackxfiied in https://github.com/MythicApp/Mythic/pull/21 * Unified game operation management by @blackxfiied in https://github.com/MythicApp/Mythic/pull/26 ## What ISN'T Included Mythic's first release doesn't include: * Steam support (currently, steam must be downloaded and imported.) * Cloud gaming * Download pausing * Closing individual games from Mythic (must be closed manually in the Dock) ## New Contributors * @IsaacMarovitz made their first contribution in https://github.com/MythicApp/Mythic/pull/3 * @blackxfiied made their first contribution in https://github.com/MythicApp/Mythic/pull/10 * @7408647n made their first contribution in https://github.com/MythicApp/Mythic/pull/16 * @ZProLegend007 made their first contribution in https://github.com/MythicApp/Mythic/pull/12 **Full Changelog**: https://github.com/MythicApp/Mythic/commits/0.1.0-alpha

Captures d'écran

Bibliothèque de Mythic Paramètres d'un jeu dans Mythic