{"id":13477948,"url":"https://github.com/chipsenkbeil/distant","last_synced_at":"2025-05-15T15:05:00.089Z","repository":{"id":37262725,"uuid":"389482123","full_name":"chipsenkbeil/distant","owner":"chipsenkbeil","description":"🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧","archived":false,"fork":false,"pushed_at":"2024-08-14T20:45:13.000Z","size":2560,"stargazers_count":606,"open_issues_count":32,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-06T11:19:24.362Z","etag":null,"topics":["networking","remote-development","rust"],"latest_commit_sha":null,"homepage":"https://distant.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chipsenkbeil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2021-07-26T02:03:40.000Z","updated_at":"2025-05-04T13:53:16.000Z","dependencies_parsed_at":"2023-01-26T21:00:49.239Z","dependency_job_id":"26a711f0-4c3f-4407-92f2-9e3c04b86cbb","html_url":"https://github.com/chipsenkbeil/distant","commit_stats":{"total_commits":367,"total_committers":4,"mean_commits":91.75,"dds":0.06539509536784738,"last_synced_commit":"3fe1fba339403f6162730ad082aafe424a6795ad"},"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fdistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fdistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fdistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipsenkbeil%2Fdistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chipsenkbeil","download_url":"https://codeload.github.com/chipsenkbeil/distant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"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":["networking","remote-development","rust"],"created_at":"2024-07-31T16:01:50.179Z","updated_at":"2025-05-15T15:05:00.041Z","avatar_url":"https://github.com/chipsenkbeil.png","language":"Rust","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://distant.dev/assets/images/distant-with-logo-300x87.png\" alt=\"Distant\"\u003e\n\n  \u003ca href=\"https://distant.dev/\"\u003eDocumentation\u003c/a\u003e |\n  \u003ca href=\"https://github.com/chipsenkbeil/distant/discussions\"\u003eDiscussion\u003c/a\u003e\n\u003c/h1\u003e\n\n[![Crates.io][distant_crates_img]][distant_crates_lnk] [![Docs.rs][distant_doc_img]][distant_doc_lnk] [![CI][distant_ci_img]][distant_ci_lnk] [![RustC 1.70+][distant_rustc_img]][distant_rustc_lnk]\n\n[distant_crates_img]: https://img.shields.io/crates/v/distant.svg\n[distant_crates_lnk]: https://crates.io/crates/distant\n[distant_doc_img]: https://docs.rs/distant/badge.svg\n[distant_doc_lnk]: https://docs.rs/distant\n[distant_ci_img]: https://github.com/chipsenkbeil/distant/actions/workflows/ci.yml/badge.svg\n[distant_ci_lnk]: https://github.com/chipsenkbeil/distant/actions/workflows/ci.yml\n[distant_rustc_img]: https://img.shields.io/badge/distant-rustc_1.70+-lightgray.svg\n[distant_rustc_lnk]: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html\n\n🚧 **(Alpha stage software) This program is in rapid development and may break or change frequently!** 🚧\n\n## Installation\n\n### Unix\n\n```sh\n# Need to include -L to follow redirects as this returns 301\ncurl -L https://sh.distant.dev | sh\n\n# Can also use wget to the same result\nwget -q -O- https://sh.distant.dev | sh\n```\n\nSee https://distant.dev/getting-started/installation/unix/ for more details.\n\n### Windows\n\n```powershell\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time\nirm sh.distant.dev | iex\n```\n\nSee https://distant.dev/getting-started/installation/windows/ for more details.\n\n## Usage\n\n```sh\n# Start a manager in the background\ndistant manager listen --daemon\n\n# SSH into a server, start distant, and connect to the distant server\ndistant launch ssh://example.com\n\n# Read the current working directory\ndistant fs read .\n\n# Start a shell on the remote machine\ndistant shell\n```\n\nSee https://distant.dev/getting-started/usage/ for more details.\n\n## License\n\nThis project is licensed under either of\n\nApache License, Version 2.0, (LICENSE-APACHE or\n[apache-license][apache-license]) MIT license (LICENSE-MIT or\n[mit-license][mit-license]) at your option.\n\n[apache-license]: http://www.apache.org/licenses/LICENSE-2.0\n[mit-license]: http://opensource.org/licenses/MIT\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipsenkbeil%2Fdistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchipsenkbeil%2Fdistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipsenkbeil%2Fdistant/lists"}