{"id":20944510,"url":"https://github.com/numq/stash-desktop","last_synced_at":"2025-12-28T07:31:37.615Z","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":"2024-03-27T21:57:33.000Z","size":188,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T21:38:06.790Z","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}},"created_at":"2022-07-28T16:50:07.000Z","updated_at":"2023-06-26T19:42:12.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243335419,"owners_count":20274904,"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":["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":"2025-12-28T07:31:37.610Z","avatar_url":"https://github.com/numq.png","language":"Kotlin","readme":"\u003ch1 align=\"center\"\u003eStash\u003c/h1\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\" style=\"display: grid; justify-content: center;\"\u003e\n\n|                                                                  🌟                                                                   |                  Support this project                   |               \n|:-------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------:|\n|  \u003cimg src=\"https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/32/bitcoin.png\" alt=\"Bitcoin (BTC)\" width=\"32\"/\u003e  | \u003ccode\u003ebc1qs6qq0fkqqhp4whwq8u8zc5egprakvqxewr5pmx\u003c/code\u003e | \n| \u003cimg src=\"https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/32/ethereum.png\" alt=\"Ethereum (ETH)\" width=\"32\"/\u003e | \u003ccode\u003e0x3147bEE3179Df0f6a0852044BFe3C59086072e12\u003c/code\u003e |\n|  \u003cimg src=\"https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/32/tether.png\" alt=\"USDT (TRC-20)\" width=\"32\"/\u003e   |     \u003ccode\u003eTKznmR65yhPt5qmYCML4tNSWFeeUkgYSEV\u003c/code\u003e     |\n\n\u003c/div\u003e\n\n\u003cbr\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","funding_links":[],"categories":[],"sub_categories":[],"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"}