{"id":15631305,"url":"https://github.com/muesli/telephant","last_synced_at":"2025-04-22T21:42:49.612Z","repository":{"id":44382190,"uuid":"101568028","full_name":"muesli/telephant","owner":"muesli","description":"A lightweight but modern Mastodon client for the desktop","archived":false,"fork":false,"pushed_at":"2021-01-30T20:22:06.000Z","size":2749,"stargazers_count":189,"open_issues_count":28,"forks_count":14,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-29T19:09:07.948Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muesli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"muesli"}},"created_at":"2017-08-27T17:16:56.000Z","updated_at":"2024-11-27T14:07:08.000Z","dependencies_parsed_at":"2022-07-14T13:20:52.614Z","dependency_job_id":null,"html_url":"https://github.com/muesli/telephant","commit_stats":null,"previous_names":["muesli/chirp"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Ftelephant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Ftelephant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Ftelephant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Ftelephant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muesli","download_url":"https://codeload.github.com/muesli/telephant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250330278,"owners_count":21412956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-10-03T10:39:54.861Z","updated_at":"2025-04-22T21:42:49.587Z","avatar_url":"https://github.com/muesli.png","language":"QML","funding_links":["https://github.com/sponsors/muesli"],"categories":[],"sub_categories":[],"readme":"Telephant\n=========\n\n[![Latest Release](https://img.shields.io/github/release/muesli/telephant.svg)](https://github.com/muesli/telephant/releases)\n[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/muesli/telephant)\n[![Build Status](https://travis-ci.org/muesli/telephant.svg?branch=master)](https://travis-ci.org/muesli/telephant)\n[![Go ReportCard](http://goreportcard.com/badge/muesli/telephant)](http://goreportcard.com/report/muesli/telephant)\n\nA lightweight but modern Mastodon client for the desktop, written in Go \u0026 QML.\n\n![telephant logo](/assets/telephant.png)\n\n## Features\n\n- [x] Live feed via Mastodon's Streaming API\n- [x] Multi pane support\n- [x] Linux/macOS/Windows (Android \u0026 iOS should be working, but aren't tested yet)\n- [x] Media previews\n- [x] Shortened URL resolving\n- [x] System notifications\n- [ ] Direct messages\n- [ ] Multiple accounts (work-in-progress)\n- [ ] Support for more networks\n\n## Installation\n\n### Packages \u0026 Binaries\n\n- Arch Linux: [telephant-git](https://aur.archlinux.org/packages/telephant-git/)\n- [Ubuntu 64bit Binary](https://github.com/muesli/telephant/releases/download/v0.1-rc3/telephant_0.1rc3_Ubuntu_64bit)\n- [Linux Static 64bit Binary](https://github.com/muesli/telephant/releases/download/v0.1-rc3/telephant_0.1rc3_Linux_64bit)\n- [Windows 64bit Binary](https://github.com/muesli/telephant/releases/download/v0.1-rc3/telephant_0.1rc3_Windows_64bit.exe)\n\n#### Ubuntu\n\nNote that `Telephant` requires Qt \u003e=5.12 installed. This means it currently\ndoesn't support Ubuntu \u003c19.04 or Linux Mint.\n\nYou need to install the following dependencies to run the Ubuntu binary:\n\n```bash\napt install libqt5gui5 libqt5qml5 libqt5quickcontrols2-5 libqt5multimedia5-plugins \\\n            qml-module-qtquick2 qml-module-qtmultimedia qml-module-qtquick-layouts \\\n            qml-module-qtquick-controls qml-module-qtquick-controls2 \\\n            qml-module-qtquick-window2 qml-module-qtgraphicaleffects \\\n            qml-module-qtquick-dialogs qml-module-qt-labs-folderlistmodel \\\n            qml-module-qt-labs-settings\n```\n\n### From Source\n\nMake sure you have a working Go environment (Go 1.9 or higher is required).\nSee the [install instructions](http://golang.org/doc/install.html).\n\nYou will also need Qt5 \u003e=5.12 and its development headers installed.\n\n#### Dependencies (Ubuntu example)\n\n    apt-get --no-install-recommends install build-essential git libglib2.0-dev libglu1-mesa-dev libpulse-dev\n    apt-get --no-install-recommends install libqt*5-dev qt*5-dev qt*5-doc-html qml-module-qtquick*\n    apt-get install qml-module-qtmultimedia qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings\n\n#### Building Telephant\n\n    export QT_PKG_CONFIG=true\n    go get -u -v -tags=no_env github.com/therecipe/qt/cmd/...\n    go get -d -u -v github.com/muesli/telephant\n    cd $(go env GOPATH)/src/github.com/muesli/telephant\n    $(go env GOPATH)/bin/qtdeploy build desktop .\n\n### Within a Docker Container\n\nFollow the build instructions above, but instead of the last command, run:\n\n    $(go env GOPATH)/bin/qtdeploy -docker build linux\n\n### Run it\n\n    ./deploy/linux/telephant\n\n![telephant Screenshot](/assets/screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuesli%2Ftelephant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuesli%2Ftelephant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuesli%2Ftelephant/lists"}