{"id":28654101,"url":"https://github.com/icelain/kytai","last_synced_at":"2025-06-13T07:10:18.490Z","repository":{"id":295224639,"uuid":"989525674","full_name":"Icelain/kytai","owner":"Icelain","description":"kytai: High Performance Peer-to-Peer VPN in Rust ","archived":false,"fork":false,"pushed_at":"2025-05-26T11:34:42.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-26T12:43:09.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"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/Icelain.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}},"created_at":"2025-05-24T09:22:14.000Z","updated_at":"2025-05-26T11:34:46.000Z","dependencies_parsed_at":"2025-05-26T12:44:55.124Z","dependency_job_id":null,"html_url":"https://github.com/Icelain/kytai","commit_stats":null,"previous_names":["icelain/kytok","icelain/kytai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Icelain/kytai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fkytai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fkytai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fkytai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fkytai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Icelain","download_url":"https://codeload.github.com/Icelain/kytai/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fkytai/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259599328,"owners_count":22882357,"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":[],"created_at":"2025-06-13T07:10:16.732Z","updated_at":"2025-06-13T07:10:18.474Z","avatar_url":"https://github.com/Icelain.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## kytai: High Performance Peer-to-Peer VPN\n\n`kytai` is a high performance peer to peer VPN written in Rust. The goal is to\nto minimize the hassle of configuration and deployment with a goal of\nmulti-platform support.\n\n### Supported Platforms\n\n- Linux\n- macOS (Client mode only)\n\n### Installation\n\nCurrently, precompiled `kytai` binaries are available for Linux and macOS.\nYou can download them from [releases](https://github.com/changlan/kytai/releases).\n\nAlternatively, you can compile it from source if\nyour machine is installed with [Rust](https://www.rust-lang.org/en-US/install.html).\n\n```\n$ git clone https://github.com/changlan/kytai.git\n$ cd kytai\n$ cargo build --release\n```\n\n### Running `kytai`\n\nFor complete information:\n\n```\n$ sudo ./kytai -h\n```\n\n#### Server Mode\n\nLike any other VPN server, you need to configure `iptables` as following to make\nsure IP masquerading (or NAT) is enabled, which should be done only once. In the\nfuture, `kytai` will automate these steps. You may change `\u003cINTERFACE\u003e` to the\ninterface name on your server (e.g. `eth0`):\n\n```\n$ sudo iptables -t nat -A POSTROUTING -s 10.10.10.0/24 -o \u003cINTERFACE\u003e -j MASQUERADE\n```\n\nTo run `kytai` in server mode and listen on UDP port `9527` with password `hello`:\n\n```\n$ sudo ./kytai server -k hello \n```\nIf you want open log display (`info` is log level, you can change it by your idea)\n\n```\n$ sudo RUST_LOG=info ./kytai server -k hello \n```\n\n#### Client Mode\n\nTo run `kytai` in client mode and connect to the server `\u003cSERVER\u003e:9527` using password `hello`:\n\n```\n$ sudo ./kytai client -s \u003cSERVER\u003e -p 9527 -k hello\n```\n\nif you want open log display (`info` is log level, you can change it by your idea)\n\n```\n$ sudo RUST_LOG=info ./kytai client -s \u003cSERVER\u003e -p 9527 -k hello\n```\n\n### License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelain%2Fkytai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficelain%2Fkytai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelain%2Fkytai/lists"}