Skip to content

MacOS ARM64 version not launching #91

@jrupinski

Description

@jrupinski

Summary:

Launching via console or directly (after granting executable rights) doesn't launch the app on Mac ARM64; it's killed instantly instead.

Warning about installingdotnet wasn't mentioned as well (it did show when I tried running the x64 version).
Let me know if I can help with any further information!

System information:

  System Version:	macOS 26.0 (25A354)
  Kernel Version:	Darwin 25.0.0
  Chip:	Apple M1 Pro
  Memory:	16 GB

Expectation:

  • Install dotnet
  • Grant executable rights to repackinator
  • Launch ./repackinator, UI launches

Actual outcome:

  • Install dotnet
  • Grant executable rights to repackinator
  • Launch ./repackinator, Terminal returns:
 [1]    5482 killed     ./repackinator

I followed the same steps on Linux (Steam Deck) - install dotnet, grant rights, run application - and it works as expected.


Details:

Launching via console or directly (after granting executable rights) doesn't launch the app.
Output:

➜  ~/Downloads/Repackinator-osx-arm64 ./repackinator
[1]    5482 killed     ./repackinator

Same thing happens after I installed dotnet (brew install dotnet) + echo 'export DOTNET_ROOT="/opt/homebrew/opt/dotnet/libexec"' >> ~/.zshrc.

dotnet --info:

➜  ~/Downloads/Repackinator-osx-arm64 dotnet --info
.NET SDK:
 Version:           9.0.109
 Commit:            a1e39f97e5
 Workload version:  9.0.100-manifests.d3740a48
 MSBuild version:   17.12.41+a1e39f97e

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  26.0
 OS Platform: Darwin
 RID:         osx-arm64
 Base Path:   /opt/homebrew/Cellar/dotnet/9.0.8/libexec/sdk/9.0.109/

.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.

Host:
  Version:      9.0.8
  Architecture: arm64
  Commit:       a1e39f97e5

.NET SDKs installed:
  9.0.109 [/opt/homebrew/Cellar/dotnet/9.0.8/libexec/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 9.0.8 [/opt/homebrew/Cellar/dotnet/9.0.8/libexec/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 9.0.8 [/opt/homebrew/Cellar/dotnet/9.0.8/libexec/shared/Microsoft.NETCore.App]

Other architectures found:
  None

Environment variables:
  DOTNET_ROOT       [/opt/homebrew/Cellar/dotnet/9.0.8/libexec]

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions