{"id":43513642,"url":"https://github.com/hypergonial/chat-frontend","last_synced_at":"2026-02-03T13:17:13.627Z","repository":{"id":275318185,"uuid":"899950500","full_name":"hypergonial/chat-frontend","owner":"hypergonial","description":"Compose Multiplatform frontend for Chat","archived":false,"fork":false,"pushed_at":"2025-07-12T02:27:06.000Z","size":1386,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T10:48:45.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/hypergonial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-12-07T13:12:18.000Z","updated_at":"2025-07-17T23:38:00.000Z","dependencies_parsed_at":"2025-02-01T17:22:30.856Z","dependency_job_id":"3fa94e4b-428f-4a26-ad66-ac507efec857","html_url":"https://github.com/hypergonial/chat-frontend","commit_stats":null,"previous_names":["hypergonial/chat-frontend"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/hypergonial/chat-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypergonial%2Fchat-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypergonial%2Fchat-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypergonial%2Fchat-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypergonial%2Fchat-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypergonial","download_url":"https://codeload.github.com/hypergonial/chat-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypergonial%2Fchat-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-02-03T13:17:13.062Z","updated_at":"2026-02-03T13:17:13.606Z","avatar_url":"https://github.com/hypergonial.png","language":"Kotlin","readme":"# chat-frontend\n\nThis is a multiplatform frontend for [chat-backend](https://github.com/hypergonial/chat-backend).\nIt is written in Kotlin and uses [Ktor](https://ktor.io/) for networking and [Compose](https://www.jetbrains.com/compose-multiplatform/) for the UI.\nIt runs natively on Android and iOS, desktop via the JVM, and experimentally in a web browser with WebAssembly.\n\n## Building\n\nThe recommended JDK version for this project is **OpenJDK 21**. Higher versions may not work, especially in release builds due to lacking Proguard support.\n\n### Desktop\n\nTo run the project on your desktop:\n\n```shell\n./gradlew :composeApp:run\n```\n\nTo build a distributable package:\n\n```shell\n./gradlew :composeApp:createDistributable\n```\n\nTo create a release distributable:\n\n```shell\n./gradlew :composeApp:createReleaseDistributable\n```\n\nThe output will be in `composeApp/build/compose/binaries/main/app`.\n\n\u003e [!WARNING]\n\u003e The release build of the desktop app is currently experimental, and may have issues due to the Proguard configuration.\n\n### Android\n\nOpen the project in [Android Studio](https://developer.android.com/studio) and run the \"Android App\" configuration.\n\nAlternatively, if you want to just build the APK and manually install it on a device, you can run:\n\n```shell\n./gradlew :composeApp:assembleRelease\n```\n\nor for a debug build:\n\n```shell\n./gradlew :composeApp:assembleDebug\n```\n\nThe output will be in `composeApp/build/outputs/apk`.\n\n### iOS\n\niOS development requires a Mac with Xcode installed. This build process is by far the most complicated one.\n\nFirst, download [kdoctor](https://github.com/Kotlin/kdoctor) and run it to identify \u0026 fix any the issues with your setup.\n\nThen open Android Studio, and either add or execute the iOS configuration.\n\n\u003e [!IMPORTANT]\n\u003e The iOS app is currently experimental and rarely tested due to not having a Mac available during regular development.\n\n### Web\n\nTo run a development server:\n\n```shell\n./gradlew :composeApp:wasmJsBrowserDevelopmentRun\n```\n\nFor production, you should build the site and serve it with a proper web server:\n\n```shell\n./gradlew :composeApp:wasmJsBrowserDistribution\n```\n\n## Usage\n\nBefore logging in or registering, you need to set up the API endpoints the client should use.\nThis can be done by opening a \"secret\" configuration menu, which is done by clicking the logo on the login screen 8 times in a row.\nAfter this is done, you can log in or register with the [chat-backend](https://github.com/hypergonial/chat-backend) server.\n\n\u003e [!IMPORTANT]\n\u003e The Android \u0026 iOS apps don't support API endpoints without TLS. This is because they require secure connections by default.\n\n## Development\n\nThe recommended IDE for this project is [Android Studio](https://developer.android.com/studio). There are several run configurations set up for the different platforms.\n\n## License\n\nThis project is licensed under GPL-3.0. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypergonial%2Fchat-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypergonial%2Fchat-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypergonial%2Fchat-frontend/lists"}