raoulh/mc-agent

Native Apple Silicon Builds

Opened this issue · 4 comments

mc-agent runs through Rosetta on Apple Silicon processors currently. Would be nice to get native builds.

I've got mc-agent running on startup to replace Apple's native ssh-agent. I can contribute the necessary config to get that going back here as well.

Yes, please make a PR

I had a LaunchAgent plist to auto start mc-agent, but then switched to just enabling and running it from moolticute. I set custom arguments there to create a socket at a well known path. Then I set the $SSH_AUTH_SOCK environment variable to that socket path in my shell config.

This works without requiring custom config in mc-agent.

All that's left is native Apple Silicon binaries. Moolticute isn't fully ready yet: mooltipass/moolticute#929