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
This project implements proximity voice chat for mobile users in Among Us. As long as there is a PC user with "Mobile Host" enabled in your lobby, you will be able to hear people near you.
Download the latest version from releases and run the Bettercrewlink-v-X-X-X-a.apk
file on your phone. You may have to allow chrome to install apps on your phone.
You can also use the web version in your browser here.
If you have a PC and want to download the PC version of BetterCrewLink (without being the Bluestacks) go to category Windows.
- Open the app.
- Ensure there is one person in the lobby with "Mobile Host" enabled on their PC (they must use BetterCrewLink).
- Fill in the required information (make sure you have a unique name in your lobby).
- Hit the connect button.
- If you are waiting on the connecting screen for a while you may want to check that all the information is correct and the is a pc user with "Mobile Host" enabled in the lobby.
- All done!
An iOS version is still being developed and will be released soon, but you can use in the meantime 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.
- node.js
- Ionic cli
npm install -g @ionic/cli
- Clone the repo
git clone https://github.com/OhMyGuus/BetterCrewlink-mobile.git
cd BetterCrewlink-mobile
- Install packages and sync
npm install
ionic capacitor sync
- Run the project
ionic serve
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
- 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:
https://bettercrewl.ink
- KadenBiel for make various things for BetterCrewLink Mobile, example: Better UI, Settings page
- adofou for make new parameters for node-turn server for BetterCrewLink-Server
- 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
A big thank you to all those people who contributed and still contribute to this project to stay alive, thank you for being part of this BetterCrewLink community!
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.