Free, open, Among Us proximity voice chat.
Report Bug
·
Request Feature
·
Installation Instructions
Donate to BetterCrewLink
(all donations will be used for the apple developer license and extra servers)
Donate to ottomated (offical CrewLink)
Notes:
-
This is an unofficial fork of CrewLink, for any problem, question, issue or suggestion you have with BetterCrewLink talk to us on our Discord, or GitHub or message me on Discord (ThaGuus#2140) do not report any problems to the official Discord or GitHub project of CrewLink as they will not support you.
-
To get the most of BetterCrewLink use the voice server:
https://bettercrewl.ink
- OBS browsersource overlay.
- Hear people in vision only.
- Walls block audio.
- Volume sliders.
- It doesn't break when someone leaves/disconnects.
- It works on any network even with UPnP disabled. (Strict NAT)
- More fun settings like hearing through cameras.
- You can actually disable the overlay.
- 32bit support, windows 7 support.
- You can change the volume of alive players after you died.
- You can set BetterCrewLink to topmost.
- Settings actually sync between players and not half.
- CPU usage is lower than original CrewLink.
- You can actually press the mute key/deafen key while clicked on BetterCrewLink.
- Your mouse doesn't start to lag because of the buggy input hook.
- Changing the speaker setting does actually something unlike original CrewLink where it is always using the default output.
- Compatible with CrewLink 2.0
- Microphone echo cancellation.
- Microphone noise suppression.
- More overlay positions and you can set the overlay to the top/bottom and you can set it so it shows everyone even when they aren't talking.
- You can set the lobby up so only death people can talk. (normal lobbies but then with death talk)
- Support for new version of Among Us. (v2021.3.31.3 and v2021.4.1)
- Support for custom colors. (mods that add more colors)
- Support for Linux. (BETA)
- Support for mobile. (BETA)
If I missed something you can join in Discord server, or in GitHub or DM me on Discord (ThaGuus#2140) it so I can add it
This project implements proximity voice chat in Among Us. Everyone in an Among Us lobby with this program running will be able to communicate over voice in-game, with no third-party programs required. Spatial audio ensures that you can only hear people close to you.
Download the latest version from releases and run the BetterCrewLink-Setup-X.X.X.exe
file. You may get antivirus warnings, because this program hooks into the Among Us process to read game data.
To install & run it on Linux run the following commands:
wget "https://mirror.bettercrewl.ink/pc/latest/BetterCrewlink-Linux.AppImage"
chmod +x BetterCrewlink-Linux.AppImage
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
./BetterCrewlink-Linux.AppImage
The Linux version is thanks to the following contributors:
- TheGreatMcPain -> CrewLink fork, Keyboard watcher fork, memoryjs fork
- zbanks -> Memoryjs fork
- Donokami -> Testing and helping
Go to category Installation in BetterCrewlink-mobile to see how to install the Android/Chromebook version. (requires a PC player)
An iOS/macOS version is still being developed and will be released soon but you can use the web version. (requires a PC player)
You only need to follow the below instructions if you are trying to modify this software. Otherwise, please download the latest version from the github releases.
Server code is located at OhMyGuus/BetterCrewLink-server. Please use a local server for development purposes.
This is an example of how to list things you need to use the software and how to install them.
npm install yarn -g
- Clone the repo
git clone https://github.com/OhMyGuus/BetterCrewLink.git
cd BetterCrewLink
- Install NPM packages
yarn install
- Run the project
yarn dev
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
BetterCrewLink Contributors
- OhMyGuus for make various things for BetterCrewLink, example: NAT Fix, more overlays, support for Mobile and owner of project
- ottomated for make CrewLink
- vrnagy for make WebRTC reconnects automatically for BetterCrewLink
- TheGreatMcPain & Donokami for make support for Linux
- squarebracket for make support overlay for Linux
- JKohlman for make various things for BetterCrewLink, example: push to mute, visual changes and making Multi Stage builds for BetterCrewLink Server
- Diemo-zz for make the default Voice Server for BetterCrewLink:
https://bettercrewl.ink
- KadenBiel for make various things for BetterCrewLink Mobile, example: Better UI, Settings page, translate BetterCrewLink to German
- adofou for make new parameters for node-turn server for BetterCrewLink-Server and translate BetterCrewLink to French
- Kore-Development for make support for Repl.it and gitignore changes for BetterCrewLink-Server
- cybershard & edqx for make Only hear people in vision, Walls block voice and Hear through cameras
- electron-overlay-window for make it easier to do overlays
- node-keyboard-watcher for make it easy to push to talk and push to mute
- MatadorProBr for make this list of Contribuators, better README.md, wiki, translate BetterCrewLink to Portuguese (BR)
- LukehTM for translate BetterCrewLink to Spanish
- KaldonM for translate BetterCrewLink to Slovak
- vb-03 for translate BetterCrewLink to Portuguese (PT)
- LaneGL for translate BetterCrewLink to Indonesian
- SirBuvex for translate BetterCrewLink to German
- Steby5 for translate BetterCrewLink to Slovenian and Slovak
- XRevan86#0318 for translate BetterCrewLink to Russian and Ukrainian
A big thank you to all those people who contributed and still contribute to this project to stay alive, thank you so much for being part of this BetterCrewLink community!
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.