A real-time anonymous chat platform that allows users to create private chat rooms and share a unique invite link with others. Anyone with the link can join the conversation by entering a custom display name—no registration or account required. Multiple participants can chat simultaneously, send messages, and share media in real time.
- Generate unique shareable chat links
- Join instantly with any display name
- No signup or account required
- Real-time group messaging
- Support for photos, videos, documents, and voice messages
- Persistent chat history
- Media and message storage for room owners
- Multiple users can participate in the same room
- Simple, fast, and user-friendly interface
- Create a chat room.
- Receive a unique shareable link.
- Share the link with others.
- Participants enter a display name and join instantly.
- Chat, share media, and communicate in real time.
- The room creator retains access to chat history and shared content for future reference.
- Anonymous discussions
- Temporary group chats
- Team collaboration
- Community conversations
- Event-based communication
- File and media sharing
Follow the commands below to set up and start the project on your Termux or Debian/Linux terminal.
You can copy the entire block below and paste it into your terminal:
# 1. Clone the repository and open the folder
git clone https://github.com/shailesh-zx/Anonymous_ChatBar.git
cd Anonymous_ChatBar
# 2. Give execution permission to both scripts
chmod +x setup.sh start.sh
# 3. Run the setup script to install dependencies
./setup.sh
# 4. Start the application
./start.sh