{"id":18831372,"url":"https://github.com/lumehq/coop","last_synced_at":"2025-04-14T04:16:17.964Z","repository":{"id":247048540,"uuid":"822096419","full_name":"lumehq/coop","owner":"lumehq","description":"A Nostr direct message client for Desktop.","archived":false,"fork":false,"pushed_at":"2025-04-13T01:03:28.000Z","size":3350,"stargazers_count":49,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T04:16:09.248Z","etag":null,"topics":["gpui","nostr","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/lumehq.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-06-30T09:57:18.000Z","updated_at":"2025-04-13T01:03:31.000Z","dependencies_parsed_at":"2024-08-18T12:28:44.587Z","dependency_job_id":"4018afd7-7e82-43d8-991e-37c9d993b8d7","html_url":"https://github.com/lumehq/coop","commit_stats":null,"previous_names":["lumehq/coop"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumehq%2Fcoop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumehq%2Fcoop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumehq%2Fcoop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumehq%2Fcoop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lumehq","download_url":"https://codeload.github.com/lumehq/coop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819409,"owners_count":21166477,"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":["gpui","nostr","rust"],"created_at":"2024-11-08T01:53:34.742Z","updated_at":"2025-04-14T04:16:17.958Z","avatar_url":"https://github.com/lumehq.png","language":"Rust","funding_links":[],"categories":["Clients","Rust","Apps"],"sub_categories":["Other","Productivity"],"readme":"![CoopDemo](/docs/coop.jpg)\n\n\u003cp\u003e\n    \u003ca href=\"https://github.com/lumehq/coop/actions/workflows/main.yml\"\u003e\n      \u003cimg alt=\"Actions\" src=\"https://github.com/lumehq/coop/actions/workflows/main.yml/badge.svg\"\u003e\n    \u003c/a\u003e\n    \u003cimg alt=\"GitHub repo size\" src=\"https://img.shields.io/github/repo-size/lumehq/coop\"\u003e\n    \u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues-raw/lumehq/coop\"\u003e\n    \u003cimg alt=\"GitHub pull requests\" src=\"https://img.shields.io/github/issues-pr/lumehq/coop\"\u003e\n\u003c/p\u003e\n\nCoop is a cross-platform Nostr client designed for secure communication focus on simplicity and customizability.\n\n**New**✨: A blog post introducing Coop in details has been posted [here](#).\n\n\u003e Coop is currently in the **alpha stage** of development. This means the app may contain bugs, incomplete features, or unexpected behavior. We recommend using it for testing purposes only and not for critical or sensitive communications. Your feedback is invaluable in helping us improve Coop, so please report any issues or suggestions via the [GitHub Issue Tracker](https://github.com/lumehq/coop/issues). Thank you for your understanding and support!\n\n### Installation\n\nTo install Coop, follow these steps:\n\n1. **Download the Latest Release**:\n\n   - Visit the [Coop Releases page on GitHub](https://github.com/lumehq/coop/releases).\n   - Download the package that matches your operating system (Windows, macOS, or Linux).\n\n2. **Install**:\n\n   - **Windows**: Run the downloaded `.exe` installer and follow the on-screen instructions.\n   - **macOS**: Open the downloaded `.dmg` file and drag Coop to your Applications folder.\n   - **Ubuntu**: Run the downloaded `.deb` or `.AppImage` installer and follow the on-screen instructions.\n   - **Arch Linux**: For `.tar.gz` packages, extract and install manually. For PKGBUILD, use `makepkg -si` to build and install.\n   - **Flatpak**: Coming soon.\n\n3. **Run Coop**:\n   - Launch Coop from your Applications folder (macOS) or by double-clicking the executable (Windows/Linux).\n\nFor more detailed instructions, refer to the [Release Notes](#) on GitHub.\n\n### Developing Coop\n\nCoop is built using Rust and GPUI. All Nostr related stuffs handled by [Rust Nostr SDK](https://github.com/rust-nostr/nostr)\n\n#### Prerequisites\n\n- **Rust Toolchain**: Ensure you have Rust installed. If not, you can install it using [rustup](https://rustup.rs/).\n- **Cargo**: Rust's package manager, which comes bundled with the Rust installation.\n- **Git**: To clone the repository and manage version control.\n\n#### Setting Up the Development Environment\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/lumehq/coop.git\n   cd coop\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   cargo build\n   ```\n\n3. Run the app:\n   ```bash\n   cargo run\n   ```\n\n#### Building for Production\n\nTo build Coop for production, use the following command:\n\n```bash\ncargo build --release\n```\n\nThis will generate an optimized binary in the `target/release` directory.\n\n#### Contributing Code\n\nIf you'd like to contribute to Coop, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Make your changes and ensure all tests pass.\n4. Submit a pull request with a detailed description of your changes.\n\nFor more information, see the [Contributing](#contributing) section.\n\n#### Debugging\n\nTo debug Coop, you can use `cargo`'s built-in debugging tools or attach a debugger like `gdb` or `lldb`. For example:\n\n```bash\ncargo run -- --debug\n```\n\n#### Additional Resources\n\n- [Rust Nostr](https://github.com/rust-nostr/nostr/)\n- [GPUI](https://www.gpui.rs/)\n- [GPUI Components](https://github.com/longbridge/gpui-component/)\n- [Coop Issue Tracker](https://github.com/lumehq/coop/issues/)\n\n### License\n\nCopyright (C) 2025 Ren Amamiya \u0026 other Coop contributors\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 https://www.gnu.org/licenses/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumehq%2Fcoop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumehq%2Fcoop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumehq%2Fcoop/lists"}