https://github.com/refi64/azul
A native, GTK+-powered Zulip desktop client
https://github.com/refi64/azul
Last synced: 12 months ago
JSON representation
A native, GTK+-powered Zulip desktop client
- Host: GitHub
- URL: https://github.com/refi64/azul
- Owner: refi64
- License: mpl-2.0
- Created: 2018-05-31T01:19:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T22:22:09.000Z (almost 8 years ago)
- Last Synced: 2025-06-22T03:52:48.270Z (12 months ago)
- Language: Python
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azul
A native, GTK+-powered [Zulip](https://zulipchat.com/) desktop client. Still a work in
progress, but it can already connect to servers, read and search messages, and send new
messages.
## Requirements
- Python 3.6.
- GTK+ 3.
- `glib-compile-schemas`.
- Everything in `requirements.txt`.
## Downloading
```
$ git clone https://github.com/kirbyfan64/azul
```
## Usage
### Via pip
```
$ pip install --user requirements.txt
$ sudo python3 setup.py install
# Run azul
$ azul
```
### Via flatpak
TODO
### Via flatpak (locally)
```
$ make flatpak
# Add your remote
$ flatpak remote-add --no-gpg-verify "$PWD/flatpak/repo"
# Install azul
$ flatpak install azul-local com.refi64.Azul
# Run azul
$ flatpak run com.refi64.azul
```