Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GeopJr/Tuba
Browse the Fediverse
https://github.com/GeopJr/Tuba
activitypub akkoma fediverse glitch-soc gotosocial gtk gtk4 hacktoberfest libadwaita mastodon tootle
Last synced: about 1 month ago
JSON representation
Browse the Fediverse
- Host: GitHub
- URL: https://github.com/GeopJr/Tuba
- Owner: GeopJr
- License: gpl-3.0
- Created: 2022-11-13T21:05:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:44:55.000Z (about 1 month ago)
- Last Synced: 2024-10-29T12:43:14.636Z (about 1 month ago)
- Topics: activitypub, akkoma, fediverse, glitch-soc, gotosocial, gtk, gtk4, hacktoberfest, libadwaita, mastodon, tootle
- Language: Vala
- Homepage: https://tuba.geopjr.dev/
- Size: 8.85 MB
- Stars: 569
- Watchers: 10
- Forks: 60
- Open Issues: 143
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - GeopJr/Tuba - Browse the Fediverse (mastodon)
README
Tuba
Browse the Fediverse
# Install
## Official
### Release
### Nightly
Flatpak | Snap
:---: | :---:
[x86_64](https://nightly.link/GeopJr/Tuba/workflows/build/main/dev.geopjr.Tuba.Devel-x86_64.zip) | [x86_64](https://nightly.link/GeopJr/Tuba/workflows/build/main/snap-x86_64.zip)
[aarch64](https://nightly.link/GeopJr/Tuba/workflows/build/main/dev.geopjr.Tuba.Devel-aarch64.zip) | [aarch64](https://nightly.link/GeopJr/Tuba/workflows/build/main/snap-aarch64.zip)## Third Party
[![A vertical list with the title 'Packaging status'. On the left side there's repos and on the right side there's the packaged version of Tuba.](https://repology.org/badge/vertical-allrepos/tuba.svg)](https://repology.org/project/tuba/versions)
## From Source
Dependencies
Package Name | Required Version
:--- |---:|
meson | 0.56
valac | 0.48
libjson-glib-dev | 1.4.4
libxml2-dev | 2.9.10
libgee-0.8-dev | 0.8.5
libsoup3.0-dev | 3.0.0
libadwaita-1.0-dev | 1.5
libsecret-1-dev | 0.20### Makefile
```
$ make
$ make install
```### GNOME Builder
- Clone
- Open in GNOME Builder# Sponsors
[![GeopJr Sponsors](https://cdn.jsdelivr.net/gh/GeopJr/GeopJr@main/sponsors.svg)](https://github.com/sponsors/GeopJr)
# Acknowledgements
- Tuba is a fork of [Tootle](https://github.com/bleakgrey/tootle) by [Bleak Grey](https://github.com/bleakgrey)
- Translations are managed by [Weblate](https://hosted.weblate.org/engage/tuba/)
- Design inspiration taken from [Mastodon](https://github.com/mastodon/) & [Elk](https://github.com/elk-zone/elk)[![Translation status](https://hosted.weblate.org/widgets/tuba/-/tuba/287x66-white.png)](https://hosted.weblate.org/engage/tuba/)
# Contributing
1. Read the [Code of Conduct](./CODE_OF_CONDUCT.md)
2. Fork it ( https://github.com/GeopJr/Tuba/fork )
3. Create your feature branch (git checkout -b my-new-feature)
4. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create a new Pull Request