Licensed under the GNU General Public License v2.0
OctoGram is an open-source messaging platform that serves as an alternative to Telegram.
To reproduce the build of OctoGram, you only require the presence of ccache, which is located in the "Tools" folder. On macOs, if you have Homebrew installed, it will automatically utilize the Homebrew-installed ccache; otherwise, it will use the one located in the "Tools" folder.
- Obtain your own api_id for your application and put it here.
- Please do not use the name Telegram for your app — or make sure your users understand that it is unofficial.
- Kindly do not use our standard logo (white paper plane in a blue circle) as your app's logo.
- Please study our security guidelines and take good care of your users' data and privacy.
- Please remember to publish your code too in order to comply with the licences.
- Add your google-services.json file to the root of the project.
- Add the following to your
local.properties
file:
MAPS_API_KEY=<your-api-key>
- Add the following to your
signing.properties
file:
storePassword=<your-keystore-password>
keyAlias=<your-keystore-alias>
keyPath=<your-keystore-file-path>
keyPassword=<your-keystore-password>
- Telegram
- Catogram X for the UI toolkit (which OctoGram's one is heavily inspired by)
- OwlGram for the CameraX implementation