{"id":20944510,"url":"https://github.com/numq/stash-desktop","last_synced_at":"2026-05-23T05:13:25.531Z","repository":{"id":50386718,"uuid":"518925394","full_name":"numq/stash-desktop","owner":"numq","description":"Kotlin Jetpack Compose Desktop Clean Architecture file sharing application","archived":false,"fork":false,"pushed_at":"2025-09-07T04:29:02.000Z","size":190,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T12:54:01.915Z","etag":null,"topics":["clean-architecture","coroutines","coroutines-flow","event-driven-architecture","file-sharing","functional-programming","jetpack-compose-desktop","koin-kotlin","kotlin","kotlin-desktop","qrcode-generator","websockets","websockets-client","websockets-server","zxing-qrcode"],"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/numq.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-28T16:50:07.000Z","updated_at":"2025-09-07T04:29:06.000Z","dependencies_parsed_at":"2024-03-27T22:51:31.995Z","dependency_job_id":null,"html_url":"https://github.com/numq/stash-desktop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/numq/stash-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstash-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstash-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstash-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstash-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numq","download_url":"https://codeload.github.com/numq/stash-desktop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fstash-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33383636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: 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":["clean-architecture","coroutines","coroutines-flow","event-driven-architecture","file-sharing","functional-programming","jetpack-compose-desktop","koin-kotlin","kotlin","kotlin-desktop","qrcode-generator","websockets","websockets-client","websockets-server","zxing-qrcode"],"created_at":"2024-11-18T23:42:30.028Z","updated_at":"2026-05-23T05:13:25.522Z","avatar_url":"https://github.com/numq.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eStash\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eFile sharing desktop application\u003c/p\u003e\n\n**See also:**\n\n[Android client](https://github.com/numq/Stash)\n\n[React Electron](https://github.com/numq/stash-electron)\n\n## Architecture\n\n- **Clean Architecture**\n- **Domain driven design**\n- **Reactive programming**\n- **Functional programming** *- monadic error handling, pipeline, clean functions (side effects control)*\n- **Screaming architecture** *(features)*\n- **MVVM**\n- **Unidirectional Data Flow** *(state reduction)*\n\n## Structure\n\n![Overview](./media/stash-overview.png)\n\nInfrastructure:\n\n- **Socket server (desktop specific)**\n\nData layer:\n\n- **Socket client**\n\nDomain layer:\n\n- **Entities (```File```, ```Folder```, etc.)**\n- **Interactors (```Start sharing```, ```Share file```, etc.)**\n- ```FileRepository```\n- ```FolderRepository```\n- ```TransferService```\n\nFramework:\n\n- **DI**\n- **Application**\n- **Navigation**\n- **Presentation (viewModels, screens)**\n\n## Features:\n\n- **Folder sharing mode**\n- **Offline mode**\n- **Share file** *(if sharing)*\n- **Remove file** *(if sharing)*\n- **Download file**\n- **Show image content**\n- **Show file details** *(carousel)*\n- **Files selection**\n- **Selected files actions**\n- **Download multiple files as ZIP**\n- **Auto reconnection**\n\n## Tech:\n\n- **Kotlin**\n- **Jetpack Compose**\n- **Koin DI**\n- **Java WebSocket**\n- **Utilities**\n\n___\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://numq.github.io/support\"\u003e\n    \u003cimg src=\"https://api.qrserver.com/v1/create-qr-code/?size=112x112\u0026data=https://numq.github.io/support\u0026bgcolor=1a1b26\u0026color=7aa2f7\" \n         width=\"112\" \n         height=\"112\" \n         style=\"border-radius: 4px;\" \n         alt=\"QR code\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://numq.github.io/support\" style=\"text-decoration: none;\"\u003e\n    \u003ccode\u003e\u003cfont color=\"#bb9af7\"\u003enumq.github.io/support\u003c/font\u003e\u003c/code\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fstash-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumq%2Fstash-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fstash-desktop/lists"}