CrewLink Ottomated
winget install --id=Ottomated.CrewLink -e
Free, open, Among Us proximity voice chat
CrewLink is a free, open-source proximity voice chat application designed specifically for enhancing communication among players in Among Us. It provides an alternative to traditional platforms like Discord, offering a tailored experience that aligns with the game's needs.
Key Features:
- Proximity Voice Chat: Enables clear and seamless communication similar to Discord but optimized for Among Us.
- Cross-Platform Compatibility: Works seamlessly across Windows, Linux, and macOS, ensuring inclusivity for all players.
- Open Source Transparency: Encourages community contributions and ensures transparency in development.
- Winget Installation: Easily installable via winget on compatible systems.
Audience & Benefit: Ideal for Among Us enthusiasts seeking an alternative to Discord, CrewLink offers a focused environment that enhances gameplay experience with clear communication. It also appeals to developers interested in contributing to open-source projects or leveraging its source code for further development. The benefits include improved cross-platform compatibility and the fostering of a community-driven development ecosystem, ensuring continuous improvement and adaptation to player needs.
README
CrewLink
Free, open, Among Us proximity voice chat.
<a href="https://github.com/ottomated/CrewLink/issues">Report Bug</a>
·
<a href="https://github.com/ottomated/CrewLink/issues">Request Feature</a>
·
<a href="#installation"><b>INSTALLATION INSTRUCTIONS</b></a>
DONATE TO THE PROJECT (all donations will be used for server costs or paying for college)
Table of Contents
About The Project
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.
Installation
Download the latest version from releases and run the CrewLink-Setup-X.X.X.exe
file. You may get antivirus warnings, because this program hooks into the Among Us process to read game data.
If you can, you should use a private server by deploying this repository.
Setup Instructions (click)
Development
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 ottomated/CrewLink-server. Please use a local server for development purposes.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
npm install yarn -g
Setup
- Clone the repo
git clone https://github.com/ottomated/CrewLink.git
cd CrewLink
- Install NPM packages
yarn install
- Run the project
yarn dev
Contributing
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
License
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.