{"id":30620986,"url":"https://github.com/openflocon/flocon","last_synced_at":"2026-04-05T21:12:07.240Z","repository":{"id":307244797,"uuid":"1028596386","full_name":"openflocon/Flocon","owner":"openflocon","description":"A powerful desktop companion for Android apps — inspect, debug, mock and control your app in real time. Supports OkHttp, GraphQl, GRPC","archived":false,"fork":false,"pushed_at":"2025-08-28T17:45:53.000Z","size":9384,"stargazers_count":196,"open_issues_count":19,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T19:37:52.898Z","etag":null,"topics":["android","apollo","database","flipper","graphql","grpc","http","interceptor","kmp","ktor","mock","network","okhttp","sharedpreferences"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/openflocon.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,"zenodo":null}},"created_at":"2025-07-29T19:07:48.000Z","updated_at":"2025-08-28T17:45:56.000Z","dependencies_parsed_at":"2025-08-13T15:17:42.933Z","dependency_job_id":"93eae619-bcbe-4697-a8cf-3b18f40898d4","html_url":"https://github.com/openflocon/Flocon","commit_stats":null,"previous_names":["openflocon/flocon"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/openflocon/Flocon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openflocon%2FFlocon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openflocon%2FFlocon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openflocon%2FFlocon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openflocon%2FFlocon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openflocon","download_url":"https://codeload.github.com/openflocon/Flocon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openflocon%2FFlocon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272858632,"owners_count":25005113,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","apollo","database","flipper","graphql","grpc","http","interceptor","kmp","ktor","mock","network","okhttp","sharedpreferences"],"created_at":"2025-08-30T14:17:53.865Z","updated_at":"2025-12-30T18:13:44.753Z","avatar_url":"https://github.com/openflocon.png","language":"Kotlin","readme":"\u003cimg width=\"100\" height=\"100\" alt=\"flocon_small\" src=\"https://github.com/user-attachments/assets/27143843-fce2-4c74-96d8-a0b35a8fccde\" /\u003e     \n\n**Flocon** is an advanced debugging and inspection tool built with **Kotlin Multiplatform (KMP)**, designed to work seamlessly across Android and desktop environments.  \n\nInspired from [Flipper](https://github.com/facebook/flipper) by Meta, while leveraging **modern Kotlin multiplatform architecture** for networking, databases, analytics, and UI data visualization.\n\nIt allows developers to connect a Kotlin Multiplatform or Android app to their computer and launch a **desktop interface** that can **observe, inspect, and interact with the running app** in real time — across shared Kotlin code and platform-specific implementations.\n\n---\n\n\u003cimg width=\"1294\" height=\"837\" alt=\"Screenshot 2025-09-12 at 15 39 45\" src=\"https://github.com/user-attachments/assets/3d585adb-6441-4cdb-ad25-69d771ad4ff6\" /\u003e\n\n## Getting Started\n\n`This library is lightweight, contributing just 140KB to the overall app size`\n\nin your module .kts\n\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.openflocon/flocon.svg)](https://search.maven.org/artifact/io.github.openflocon/flocon)\n```\ndebugImplementation(\"io.github.openflocon:flocon:LAST_VERSION\")\nreleaseImplementation(\"io.github.openflocon:flocon-no-op:LAST_VERSION\")\n```\n\nin your `Application.kt`\n```kotlin\n// android initialization\nFlocon.initialize(this)\n\n// desktop / ios\nFlocon.initialize()\n```\n\n```toml\n[versions]\nflocon = \"LASTEST_VERSION\"\n\n[libraries]\nflocon = { module = \"io.github.openflocon:flocon\", version.ref = \"flocon\" }\n```\n\n## 📖 Documentation\n\nVisit the full documentation site for setup guides, feature details, and advanced usage:  \n👉 **[openflocon.github.io/Flocon/](https://openflocon.github.io/Flocon/)**\n\n### Table of Contents\n\n- 🚀 **[Getting Started](https://openflocon.github.io/Flocon/setup)**\n    - [Installation Guide](https://openflocon.github.io/Flocon/setup#installation)\n    - [Basic Usage](https://openflocon.github.io/Flocon/setup#usage)\n    - [macOS Specifics](https://openflocon.github.io/Flocon/macos-install)\n- 📡 **[Networking](https://openflocon.github.io/Flocon/network)**\n    - [HTTP Inspector](https://openflocon.github.io/Flocon/network#📡-network-request-inspector)\n    - [Request Mocking](https://openflocon.github.io/Flocon/network#🎭-http-request-mocking)\n    - [GraphQL](https://openflocon.github.io/Flocon/graphql)\n    - [gRPC](https://openflocon.github.io/Flocon/grpc)\n    - [WebSockets](https://openflocon.github.io/Flocon/websocket)\n- 💾 **[Local Storage](https://openflocon.github.io/Flocon/database)**\n    - [Database Explorer (Room \u0026 SQLite)](https://openflocon.github.io/Flocon/database)\n    - [Shared Preferences (Android)](https://openflocon.github.io/Flocon/sharedpref)\n- 🛠️ **[Advanced Debugging](https://openflocon.github.io/Flocon/dashboard)**\n    - [Custom Dashboards](https://openflocon.github.io/Flocon/dashboard)\n    - [Dynamic Data Tables](https://openflocon.github.io/Flocon/table)\n    - [Deeplink Launcher](https://openflocon.github.io/Flocon/deeplink)\n    - [File Explorer](https://openflocon.github.io/Flocon/files)\n    - [Analytics Viewer](https://openflocon.github.io/Flocon/analytics)\n    - [Image Previewer](https://openflocon.github.io/Flocon/image)\n- ❓ **[Troubleshooting](https://openflocon.github.io/Flocon/troubleshooting)**\n\n---\n\n## ✨ Features at a Glance\n\n| Feature | Android | KMP (JVM/iOS) |\n|---|:---:|:---:|\n| **Network (HTTP/Mocking)** | ✅ | ✅ |\n| **Database (Room/SQLite)** | ✅ | ✅ |\n| **Preferences** | ✅ | ❌ |\n| **Dashboards \u0026 Tables** | ✅ | ✅ |\n| **Analytics \u0026 Images** | ✅ | ✅ |\n| **Deeplink \u0026 Files** | ✅ | ❌ |\n\n---\n\n## 🧰 Requirements\n\n- **Android**: Device/Emulator with USB debugging + ADB.\n- **KMP**: Kotlin 2.0.0+ in your app.\n- **Desktop**: Flocon Desktop app (JVM-based).\n\nFor detailed platform-specific requirements, see the [Setup Guide](https://openflocon.github.io/Flocon/setup).\n\n---\n\n## 🤝 Contributors\n\nThanks to these amazing people for making Flocon better every day!\n\n[See all contributors](https://openflocon.github.io/Flocon/contributors)\n\n---\n\n## License\n\nFlocon is MIT licensed, as found in the [LICENSE](/LICENSE) file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenflocon%2Fflocon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenflocon%2Fflocon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenflocon%2Fflocon/lists"}