{"id":15636587,"url":"https://github.com/h3poteto/fedistar","last_synced_at":"2026-01-02T14:14:19.125Z","repository":{"id":62894024,"uuid":"561213514","full_name":"h3poteto/fedistar","owner":"h3poteto","description":"Multi-column Fediverse client for desktop","archived":false,"fork":false,"pushed_at":"2024-10-29T02:11:32.000Z","size":8029,"stargazers_count":133,"open_issues_count":51,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-29T09:49:45.955Z","etag":null,"topics":["app","desktop","firefish","friendica","mastodon","pleroma"],"latest_commit_sha":null,"homepage":"https://fedistar.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h3poteto.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"h3poteto"}},"created_at":"2022-11-03T07:46:13.000Z","updated_at":"2024-10-22T16:18:28.000Z","dependencies_parsed_at":"2024-03-18T18:42:20.323Z","dependency_job_id":"64130209-9d5e-4ed4-b857-6a5aaf3705a3","html_url":"https://github.com/h3poteto/fedistar","commit_stats":{"total_commits":1691,"total_committers":4,"mean_commits":422.75,"dds":0.5038438793613247,"last_synced_commit":"9c7a52aab5c51974a07e654a5fa84a642d39d030"},"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Ffedistar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Ffedistar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Ffedistar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Ffedistar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h3poteto","download_url":"https://codeload.github.com/h3poteto/fedistar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339155,"owners_count":20923014,"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":["app","desktop","firefish","friendica","mastodon","pleroma"],"created_at":"2024-10-03T11:05:19.908Z","updated_at":"2026-01-02T14:14:19.096Z","avatar_url":"https://github.com/h3poteto.png","language":"TypeScript","funding_links":["https://github.com/sponsors/h3poteto"],"categories":[],"sub_categories":[],"readme":"# Fedistar\n[![Test](https://github.com/h3poteto/fedistar/actions/workflows/test.yml/badge.svg)](https://github.com/h3poteto/fedistar/actions/workflows/test.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/h3poteto/fedistar)](https://github.com/h3poteto/fedistar/releases)\n[![iTunes App Store](https://img.shields.io/itunes/v/6445863996)](https://apps.apple.com/us/app/fedistar/id6445863996)\n[![AUR version](https://img.shields.io/aur/version/fedistar-bin)](https://aur.archlinux.org/packages/fedistar-bin)\n![License](https://img.shields.io/github/license/h3poteto/fedistar)\n[![Crowdin](https://badges.crowdin.net/fedistar/localized.svg)](https://crowdin.com/project/fedistar)\n\nThis is a Fediverse client application for desktop. It is supporting\n\n- [x] Mastodon \u003cimg src=\"https://cdn.simpleicons.org/mastodon\" alt=\"Mastodon\" width=16 height=16\u003e\n- [x] Pleroma \u003cimg src=\"https://cdn.simpleicons.org/pleroma\" alt=\"Pleroma\" width=16 height=16\u003e\n- [x] Friendica\n- [x] Firefish \u003cimg src=\"https://cdn.simpleicons.org/firefish\" alt=\"Firefish\" width=16 height=16\u003e\n- [x] Gotosocial\n- [x] Pixelfed\n- [x] Akkoma (Unofficial)\n- [x] Sharkey (Unofficial)\n- [x] Hometown (Unofficial)\n- [x] Iceshrimp (Unofficial)\n\n\n![screenshot](screenshot.png)\n\n## Install\n### MacOS\n[![App Store](app-store.svg)](https://apps.apple.com/us/app/fedistar/id6445863996)\n\nOr `.dmg` is available from [release page](https://github.com/h3poteto/fedistar/releases).\n\n### Windows\nPlease download `.msi` file from [release page](https://github.com/h3poteto/fedistar/releases).\n\n### Linux\nPlease use `.AppImage` or `.deb` in [release page](https://github.com/h3poteto/fedistar/releases).\nIf you're Arch Linux user, [Arch User Repository](https://aur.archlinux.org/packages/fedistar-bin) is available.\n\n```\n$ yay -S fedistar-bin\n```\n\n## Translation\n\nIf you can speak multiple languages, could you please help with translation in [Crowdin](https://crowdin.com/project/fedistar)?\n\nOr if you want add new language, please create an issue. I will add it.\n\n## Development\n### Prerequisites\nAt first, install system dependencies.\n\n```\n$ sudo apt update\n$ sudo apt install libwebkit2gtk-4.1-dev \\\n  build-essential \\\n  curl \\\n  wget \\\n  file \\\n  libxdo-dev \\\n  libssl-dev \\\n  libayatana-appindicator3-dev \\\n  librsvg2-dev\n```\n\nNext, install Rust.\n\n```\n$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh\n```\n\nAnd install Node.js.\n\n### Getting started\n\n```\n$ git clone git@github.com:h3poteto/fedistar.git\n$ cd fedistar\n$ pnpm install\n$ pnpm tauri dev\n```\n\n## Sponsors\nFedistar is free software. We don't monetize with advertisement. So your donation supports this project.\n\n## License\nThe software is available as open source under the terms of the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\nHowever, icons do not comply with this license, \u0026copy; Haruka Kurosaki.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3poteto%2Ffedistar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh3poteto%2Ffedistar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3poteto%2Ffedistar/lists"}