Skip to content
/ oChat Public

oChat – Your Most Anonymous Chat in the World. Ensures complete privacy with multi-layer encryption, IP address masking, and direct P2P connections. NO BACKEND, NO MESSAGE HISTORY, JUST YOU AND YOUR CONTACTS.

License

Notifications You must be signed in to change notification settings

V1taS/oChat

Repository files navigation

oChat (SwiftUI)

SetUP

Installing dependencies

Install Homebrew
Homebrew is a package manager for macOS, required for installing other tools. Run the following command to install it:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

After installation, update Homebrew to ensure you have the latest package definitions:

brew update

Install mise
mise is used for managing Tuist versions. Install it with Homebrew:

brew install mise

Install Tuist
Tuist is a tool for managing iOS projects. Use mise to install Tuist:

mise install tuist

Install SwiftLint

SwiftLint is a tool to enforce Swift style and conventions. You can install SwiftLint using Homebrew:

brew install swiftlint

Start project

Generate the Project
After installing the required tools, you can prepare the project by running the following commands:

tuist clean
tuist install
tuist generate --no-open

Tuist badge

About

oChat – Your Most Anonymous Chat in the World. Ensures complete privacy with multi-layer encryption, IP address masking, and direct P2P connections. NO BACKEND, NO MESSAGE HISTORY, JUST YOU AND YOUR CONTACTS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published