<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Fluorine-Manager.git/README.md, branch main</title>
<subtitle>A port of MO2 in linux with NaK integration and FUSE based VFS. Comes with Root Builder support by default.</subtitle>
<id>http://git.schererleander.de/Fluorine-Manager.git/atom/README.md?h=main</id>
<link rel='self' href='http://git.schererleander.de/Fluorine-Manager.git/atom/README.md?h=main'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/'/>
<updated>2026-05-31T22:28:58Z</updated>
<entry>
<title>Update README.md</title>
<updated>2026-05-31T22:28:58Z</updated>
<author>
<name>SulfurNitride</name>
<email>lukew19@proton.me</email>
</author>
<published>2026-05-31T22:28:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=dd3a3a356f46fa064b60cd7e000c7bc5633430b7'/>
<id>urn:sha1:dd3a3a356f46fa064b60cd7e000c7bc5633430b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README: add Building section and NixOS runtime requirements</title>
<updated>2026-03-13T17:54:30Z</updated>
<author>
<name>SulfurNitride</name>
<email>SulfurNitride@users.noreply.github.com</email>
</author>
<published>2026-03-13T17:53:51Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=4ea3730c5ccf618763dbd5b9020bd1a0f25f2c80'/>
<id>urn:sha1:4ea3730c5ccf618763dbd5b9020bd1a0f25f2c80</id>
<content type='text'>
- Replace Flatpak build/install instructions with Docker-based build.sh
- Add Runtime Requirements section with unbundled library list
- Add NixOS nix-ld configuration snippet (from PR #37 by Anseryde)
- Update Installing section to reflect native tarball distribution

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Fix image link and clean up README.md</title>
<updated>2026-03-13T17:48:07Z</updated>
<author>
<name>SulfurNitride</name>
<email>lukew19@proton.me</email>
</author>
<published>2026-03-13T17:48:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=de0bff7ebd87e8bf45ebd38800b92ca9aac00683'/>
<id>urn:sha1:de0bff7ebd87e8bf45ebd38800b92ca9aac00683</id>
<content type='text'>
Updated image link in README.md and removed unnecessary HTML tags.</content>
</entry>
<entry>
<title>Revise installation and running instructions in README</title>
<updated>2026-03-13T17:46:47Z</updated>
<author>
<name>SulfurNitride</name>
<email>lukew19@proton.me</email>
</author>
<published>2026-03-13T17:46:47Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=a34fccf900716df8ac618941f27f4e9207ee75e2'/>
<id>urn:sha1:a34fccf900716df8ac618941f27f4e9207ee75e2</id>
<content type='text'>
Updated installation instructions and clarified running commands.</content>
</entry>
<entry>
<title>Update README to remove native build instructions</title>
<updated>2026-02-17T06:43:49Z</updated>
<author>
<name>SulfurNitride</name>
<email>lukew19@proton.me</email>
</author>
<published>2026-02-17T06:43:49Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=91e1d7f9f03ab3fd77cee94c1eac2abf89254e50'/>
<id>urn:sha1:91e1d7f9f03ab3fd77cee94c1eac2abf89254e50</id>
<content type='text'>
Removed sections about native builds and their requirements from the README.</content>
</entry>
<entry>
<title>Clarify native build support in README</title>
<updated>2026-02-15T20:04:46Z</updated>
<author>
<name>SulfurNitride</name>
<email>lukew19@proton.me</email>
</author>
<published>2026-02-15T20:04:46Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=f59349fdca4dc67dac5871fd8da17d66cabf9dee'/>
<id>urn:sha1:f59349fdca4dc67dac5871fd8da17d66cabf9dee</id>
<content type='text'>
Added a note regarding the support status of native builds.</content>
</entry>
<entry>
<title>Replace Python build deps with uv across all build paths</title>
<updated>2026-02-15T19:54:21Z</updated>
<author>
<name>SulfurNitride</name>
<email>SulfurNitride@users.noreply.github.com</email>
</author>
<published>2026-02-15T19:54:21Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=2d5cf8d6d6f137bb10b2a63823fc5382d7c78602'/>
<id>urn:sha1:2d5cf8d6d6f137bb10b2a63823fc5382d7c78602</id>
<content type='text'>
Use uv as the single Python package manager for Docker, source, and
Flatpak builds. Python 3.13 and pybind11==2.13.6 are now consistent
across all three paths.

- Docker: install uv + build venv instead of python3-dev/pip/pybind11-dev
- CMake: bootstrap pyvenv with uv (REQUIRED/FATAL_ERROR) when no
  explicit Python provided; pin pybind11==2.13.6, add sip
- Flatpak: remove pybind11 cmake module, use uv pip install --target
  for build deps, uv for portable Python packages
- build-inner.sh: use BUILD_PY throughout, uv pip install for portable
  runtime packages, simplify embed check to direct Python invocation
- VFS helper: fall back to shared libfuse3 when static .a unavailable

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Migrate data paths to ~/.local/share/fluorine/, add native build, fix %command% and system Proton scanning</title>
<updated>2026-02-14T21:40:33Z</updated>
<author>
<name>SulfurNitride</name>
<email>SulfurNitride@users.noreply.github.com</email>
</author>
<published>2026-02-14T21:40:33Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=6410929e17d642618f284d5c97d457f1ac653e6e'/>
<id>urn:sha1:6410929e17d642618f284d5c97d457f1ac653e6e</id>
<content type='text'>
- All data paths migrated from ~/.var/app/com.fluorine.manager/ to
  ~/.local/share/fluorine/ so native and Flatpak builds share the same
  instances, plugins, and configs
- New fluorinepaths.h/.cpp with fluorineDataDir() helper and one-time
  migration from old path (writes MOVED.txt breadcrumb)
- New libs/nak/src/paths.rs as Rust equivalent (data_dir())
- Strip %command% tokens from launch wrapper in protonlauncher.cpp
- Always scan /usr/share/steam/compatibilitytools.d/ for system Proton
  packages (Arch installs Proton there); add Flatpak filesystem permission
- Native build (build-native.sh) installs to ~/.local/share/fluorine/
  with desktop entry and ~/.local/bin symlink instead of portable zip
- build-flatpak.sh wrapper for Flatpak builds
- Fix container locale (LANG=C.UTF-8) for AutoUic warnings
- Fix prefixExists() to handle both compatdata and pfx directory layouts
- Fix globalInstancesRootPath() to use fluorineDataDir() on Linux
- Fix umu-run Flatpak lookup to use fluorineDataDir()
- Update README with build instructions and Arch dependency list

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Update README with personal use note and AI mention</title>
<updated>2026-02-12T03:33:29Z</updated>
<author>
<name>SulfurNitride</name>
<email>lukew19@proton.me</email>
</author>
<published>2026-02-12T03:33:29Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=51a9f8f197727f00896e5de44569b098923527dd'/>
<id>urn:sha1:51a9f8f197727f00896e5de44569b098923527dd</id>
<content type='text'>
Added a note regarding personal use and AI feedback.</content>
</entry>
<entry>
<title>Add link to Mod Organizer 2</title>
<updated>2026-02-12T01:16:00Z</updated>
<author>
<name>SulfurNitride</name>
<email>lukew19@proton.me</email>
</author>
<published>2026-02-12T01:16:00Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/Fluorine-Manager.git/commit/?id=0d40257586dc80961f2e3d8d4b8a859056f73d75'/>
<id>urn:sha1:0d40257586dc80961f2e3d8d4b8a859056f73d75</id>
<content type='text'>
</content>
</entry>
</feed>
