{"id":18646256,"url":"https://github.com/cogru/cogru","last_synced_at":"2026-03-06T21:31:31.075Z","repository":{"id":240190251,"uuid":"801932747","full_name":"Cogru/cogru","owner":"Cogru","description":"Where the collaboration start!?","archived":false,"fork":false,"pushed_at":"2025-12-31T16:47:06.000Z","size":754,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-05T02:00:36.719Z","etag":null,"topics":["cli","cogru","collaboration","server"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cogru.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"Cogru","patreon":"jcs090218","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/jcs090218"}},"created_at":"2024-05-17T07:45:33.000Z","updated_at":"2025-12-31T16:47:10.000Z","dependencies_parsed_at":"2024-05-17T08:31:07.844Z","dependency_job_id":"cd11ff8d-b2dc-410e-a5f9-e04714127264","html_url":"https://github.com/Cogru/cogru","commit_stats":null,"previous_names":["cogru/cogru"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cogru/cogru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cogru%2Fcogru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cogru%2Fcogru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cogru%2Fcogru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cogru%2Fcogru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cogru","download_url":"https://codeload.github.com/Cogru/cogru/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cogru%2Fcogru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30198661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"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":["cli","cogru","collaboration","server"],"created_at":"2024-11-07T06:18:52.242Z","updated_at":"2026-03-06T21:31:31.054Z","avatar_url":"https://github.com/Cogru.png","language":"Rust","funding_links":["https://github.com/sponsors/Cogru","https://patreon.com/jcs090218","https://www.paypal.me/jcs090218"],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)\n\n\u003ca href=\"#\"\u003e\u003cimg align=\"right\" src=\"./etc/logo.png\" width=\"15%\"\u003e\u003c/a\u003e\n# cogru\n\u003e Where the collaboration start!?\n\n[![CI](https://github.com/Cogru/cogru/actions/workflows/test.yml/badge.svg)](https://github.com/Cogru/cogru/actions/workflows/test.yml)\n\n## 💡 Rationale\n\nCogru aims to streamline pair programming, ensuring it operates seamlessly\nwithout duplicating the features of other existing software, such as chat and\nscreen sharing. Our focus will be solely on enhancing the editing experience\nand facilitating communication between workspaces from start to finish.\n\nHere is a list of features I want Cogru to achieve:\n\n- **Text Editing**, minimal lag as possible\n- **Configurable**, allows you to release the power of the server's settings.\n- **Interactable** commands that you can use to communicate with your co-workers!\n- **Manageable**, take care of the logging, admin, and the workspace's permission.\n\n## 🚧 Project status\n\nThe code in this repository is currently under active development, and may\ntherefore change substantially with each commit.\n\n## 🔧 Usage\n\nRun the server in the current working directory without requiring the password\nto be entered.\n\n```sh\n$ cogru . --no-password\n```\n\n## 🪵 Client Implementation\n\n- [x] Emacs ([cogru.el][])\n- [ ] Sublime Text ([cogru-sublime][])\n- [ ] Vim\n- [ ] VSCode\n- [ ] Visual Studio\n- [ ] Intellij\n\n## 📁 Similar Projects\n\n- [floobits][] (abandoned)\n- [tandem][]\n- [duckly][] (malware?)\n\n## ⚜ License\n\nCopyright 2024-present Cogru Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nSee [`LICENSE`](./LICENSE) for details.\n\n\n\u003c!-- Links --\u003e\n\n[cogru.el]: https://github.com/Cogru/cogru.el\n[cogru-sublime]: https://github.com/Cogru/cogru-sublime\n\n[floobits]: https://floobits.com/\n[tandem]: https://github.com/typeintandem/tandem\n[duckly]: https://duckly.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogru%2Fcogru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcogru%2Fcogru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogru%2Fcogru/lists"}