Skip to content

v1.1.6 for Linux

Compare
Choose a tag to compare
@zbanks zbanks released this 17 Dec 01:15
· 107 commits to master since this release

CrewLink for Linux

  • Requires running Among Us via Steam, version 2020.12.9.
    • Other Steam versions could work, but version detection is not implemented. See src/main/hook.ts
    • The offsets for the itch.io versions have not yet been documented?
  • Uses my fork of memoryjs which implements just enough of the API for CrewLink.
    • Can't detect if the process quits. If Among Us restarts, restart CrewLink.
  • Doesn't launch Among Us, so there's no parent process relationship; ptrace security gets in the way

Running

wget "https://github.com/zbanks/CrewLink/releases/download/v1.1.6-linux/CrewLink-1.1.6.AppImage"
chmod +x CrewLink-1.1.6.AppImage

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
./CrewLink-1.1.6.AppImage

Notes

Tested/developed on Ubuntu 16.04.6 LTS