{"id":13694232,"url":"https://github.com/metabolist/metatext","last_synced_at":"2025-09-27T05:30:50.580Z","repository":{"id":39567975,"uuid":"280774910","full_name":"metabolist/metatext","owner":"metabolist","description":"A free, open-source iOS Mastodon client.","archived":true,"fork":false,"pushed_at":"2022-12-22T22:42:49.000Z","size":3460,"stargazers_count":730,"open_issues_count":149,"forks_count":99,"subscribers_count":20,"default_branch":"develop","last_synced_at":"2024-04-13T14:06:11.309Z","etag":null,"topics":["fediverse","ios","ios-app","mastodon","mastodon-app","mastodon-client","swift"],"latest_commit_sha":null,"homepage":"https://metabolist.org/metatext","language":"Swift","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/metabolist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null},"funding":{"open_collective":"metabolist"}},"created_at":"2020-07-19T02:13:04.000Z","updated_at":"2024-03-26T01:51:45.000Z","dependencies_parsed_at":"2023-01-30T17:16:00.570Z","dependency_job_id":null,"html_url":"https://github.com/metabolist/metatext","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabolist%2Fmetatext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabolist%2Fmetatext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabolist%2Fmetatext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabolist%2Fmetatext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metabolist","download_url":"https://codeload.github.com/metabolist/metatext/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871882,"owners_count":16554465,"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":["fediverse","ios","ios-app","mastodon","mastodon-app","mastodon-client","swift"],"created_at":"2024-08-02T17:01:27.288Z","updated_at":"2025-09-27T05:30:43.988Z","avatar_url":"https://github.com/metabolist.png","language":"Swift","funding_links":["https://opencollective.com/metabolist"],"categories":["Social","Swift"],"sub_categories":["Mastodon"],"readme":"# Metatext\n\nA free, open-source iOS Mastodon client.\n\n[![Download on the App Store](https://metabolist.org/assets/images/download_on_the_app_store.svg)](https://apps.apple.com/us/app/metatext/id1523996615?mt=8)\n\n## Seeking Maintainers\n\nDevelopment of this project is currently paused. Email info@metabolist.org if you or your organization are interested in taking ownership of the project.\n\n## Contributing Bug Reports\n\nGitHub is used for bug tracking. Please search [existing issues](https://github.com/metabolist/metatext/issues) and create a new one if the issue is not yet tracked.\n\n## Contributing Translations\n\nYou can help translate Metatext on [CrowdIn](https://crowdin.com/project/metatext).\n\n## Contributing Code\n\nSee the [contribution guidelines](https://github.com/metabolist/metatext/blob/main/CONTRIBUTING.md).\n\nNote that capacity for reviewing pull requests is currently very limited. For now, please limit the scope of proposed changes to fixing bugs and not added features, settings, or behavior, thanks. If you are interested in doing a larger scope change, please propose it via email at info@metabolist.org first.\n\n## Building\n\nTo build Metatext:\n\n- Clone the repository (`git clone https://github.com/metabolist/metatext.git`)\n- Open `Metatext.xcodeproj` in Xcode\n- Select the top-level \"Metatext\" item in Xcode and change the team in each target's \"Signing \u0026 Capabilities\" settings to your own\n\nAll dependencies are managed using [Swift Package Manager](https://swift.org/package-manager) and will automatically be installed by Xcode.\n\n### Push Notifications\n\nPush notifications will not work in development builds of Metatext unless you host your own instance of [metatext-apns](https://github.com/metabolist/metatext-apns) and change the `pushSubscriptionEndpointURL` constants in [IdentityService.swift](https://github.com/metabolist/metatext/blob/main/ServiceLayer/Sources/ServiceLayer/Services/IdentityService.swift) to its URL.\n\n## Architecture\n\n- Metatext uses the [Model–view–viewmodel (MVVM) architectural pattern](https://en.wikipedia.org/wiki/Model–view–viewmodel).\n- View models are clients of a service layer that abstracts network and local database logic.\n- Different levels of the architecture are in different local Swift Packages. `import DB` and `import MastodonAPI` should generally only be done within the `ServiceLayer` package, and `import ServiceLayer` only within the `ViewModels` package.\n\n## Acknowledgements\n\nMetatext uses the following third-party libraries:\n\n- [BlurHash](https://github.com/woltapp/blurhash)\n- [CombineExpectations](https://github.com/groue/CombineExpectations)\n- [GRDB](https://github.com/groue/GRDB.swift)\n- [SDWebImage](https://github.com/SDWebImage/SDWebImage)\n- [SQLCipher](https://github.com/sqlcipher/sqlcipher)\n\n## Cryptography Notice\n\nThis distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software.\nBEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.\nSee \u003chttp://www.wassenaar.org/\u003e for more information.\n\nThe U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms.\nThe form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.\n\n## License\n\nCopyright (C) 2021 Metabolist\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetabolist%2Fmetatext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetabolist%2Fmetatext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetabolist%2Fmetatext/lists"}