Linux toolchain, release packaging, and Unity Linux64 support - #1
Merged
Merged
Conversation
- Commit MajdataEdit/MajdataLauncher csproj for Windows publish pipelines - Add scripts/linux-install.sh, smoke-linux.sh, linux-release.sh - Extend AlphaReleasePostprocessor for StandaloneLinux64 releases - Add GitHub Actions linux workflow and README-LINUX.md - Add .cursor/environment.json for Cloud Agent bootstrap Co-authored-by: Lavendaxy <pashippercode@users.noreply.github.com>
Co-authored-by: Lavendaxy <pashippercode@users.noreply.github.com>
- Add MajdataEdit.Cli (majdata) for auto-onset, parse, and doctor on Linux - Add PythonRuntimeResolver; AutoOnsetRunner uses venv/system Python on Linux - Add simai_parser.py CLI (--maidata/--diff/--output) - Add Wine install/run scripts and majdata-launcher.sh - Add windows-edit.yml to publish WPF Edit/Launcher artifacts from Windows CI - Extend linux-release and CI to build and ship native majdata binary Co-authored-by: Lavendaxy <pashippercode@users.noreply.github.com>
Co-authored-by: Lavendaxy <pashippercode@users.noreply.github.com>
- Extract AutoOnsetRunner/PythonRuntimeResolver into MajdataEdit.Core (net6.0) - Add MajdataEdit.Avalonia: minimal cross-platform GUI (open/save/auto-onset) - Wire WPF and CLI to Core; Linux release ships Avalonia + majdata CLI - Fix linux-release.sh ordering; update CI, launcher, Unity Linux postprocessor - Document Avalonia as recommended Linux GUI path (no Wine/WindowsDesktop SDK) Co-authored-by: Lavendaxy <pashippercode@users.noreply.github.com>
pashippercode
marked this pull request as ready for review
August 26, 2026 20:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds first-class Linux support for the parts of MajdataViewAlpha that can run cross-platform, plus release packaging and CI.
What works on Linux today
scripts/linux-release.sh→dist/linux/MajdataViewAlpha-Linux-*.tar.gzWindows-only (unchanged)
Changes
MajdataEdit.csprojandMajdataLauncher.csproj(gitignore exceptions) for Windowsdotnet publishin Unity buildsscripts/linux-install.sh,smoke-linux.sh,linux-release.shAlphaReleasePostprocessornow handles StandaloneLinux64 (packages View + Python tools, skips WPF publish)README-LINUX.mdand.cursor/environment.jsonValidation
bash scripts/linux-install.sh(idempotent)bash scripts/smoke-linux.sh— Maicaiyin infer + simai_parser (14 notes)bash scripts/linux-release.sh— 13MB tarball producedUsage
Unity Linux player: build with Unity 6000.4.2f1 Standalone Linux64, or set
MAJDATA_LINUX_VIEWwhen running the release script.