{"id":15107325,"url":"https://github.com/invisiblemanvpn/invisibleman-xrayclient","last_synced_at":"2025-05-15T16:03:20.628Z","repository":{"id":143380430,"uuid":"590178204","full_name":"InvisibleManVPN/InvisibleMan-XRayClient","owner":"InvisibleManVPN","description":"A client for xray core","archived":false,"fork":false,"pushed_at":"2025-05-10T11:33:15.000Z","size":2251,"stargazers_count":566,"open_issues_count":50,"forks_count":66,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-10T12:20:24.851Z","etag":null,"topics":["proxy","proxy-client","reality","shadowsocks","trojan","v2ray","vless","vmess","xray"],"latest_commit_sha":null,"homepage":"","language":"C#","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/InvisibleManVPN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"custom":"https://invisiblemanvpn.github.io/donation/"}},"created_at":"2023-01-17T20:26:59.000Z","updated_at":"2025-05-10T10:01:41.000Z","dependencies_parsed_at":"2024-02-11T09:22:28.621Z","dependency_job_id":"37fdc0d4-dc62-4fa5-9793-1b837caec5b2","html_url":"https://github.com/InvisibleManVPN/InvisibleMan-XRayClient","commit_stats":{"total_commits":241,"total_committers":2,"mean_commits":120.5,"dds":0.004149377593360981,"last_synced_commit":"a575165ed637bad08ad7499be94790b63ea9c0ce"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-XRayClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-XRayClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-XRayClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-XRayClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InvisibleManVPN","download_url":"https://codeload.github.com/InvisibleManVPN/InvisibleMan-XRayClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374400,"owners_count":22060609,"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":["proxy","proxy-client","reality","shadowsocks","trojan","v2ray","vless","vmess","xray"],"created_at":"2024-09-25T21:23:24.305Z","updated_at":"2025-05-15T16:03:20.611Z","avatar_url":"https://github.com/InvisibleManVPN.png","language":"C#","funding_links":["https://invisiblemanvpn.github.io/donation/"],"categories":[],"sub_categories":[],"readme":"# Invisible Man - XRay Client\n\n\u003e A client for xray core\n\n[![Downloads](https://img.shields.io/github/downloads/invisiblemanvpn/InvisibleMan-XRayClient/total.svg?label=downloads%20%28total%29)](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/releases)\n[![DownloadsLatest](https://img.shields.io/github/downloads/InvisibleManVPN/InvisibleMan-XRayClient/latest/total?label=downloads%20%28latest%29)](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/releases/latest)\n[![LatestVersion](https://img.shields.io/github/v/release/invisiblemanvpn/InvisibleMan-XRayClient?label=latest%20version)](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/releases/latest)\n[![CodeFactor](https://www.codefactor.io/repository/github/invisiblemanvpn/InvisibleMan-XRayClient/badge)](https://www.codefactor.io/repository/github/invisiblemanvpn/InvisibleMan-XRayClient)\n\nInvisible Man XRay is an open-source and free client that supports [xray core](https://github.com/XTLS/Xray-core). It provides an easy-to-use interface to configure and manage proxies and allows users to switch between different server locations.\n\n![Image1](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/blob/master/Images/image-1.png)\n![Image2](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/blob/master/Images/image-2.png)\n\n## Getting started\n\n- If you are new to this, please download the application from [releases](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/releases/latest).\n\n- But if you want to get the source of the client, follow these steps:\n  - Download the [requirements](#requirements)\n  - Clone a copy of the repository:\n    ```\n    git clone \"https://github.com/InvisibleManVPN/InvisibleMan-XRayClient.git\"\n    ```\n  - Change to the directory:\n    ```\n    cd InvisibleMan-XRayClient\n    ```\n  - Make `XRayCore.dll` file and copy to the `/InvisibleMan-XRay/Libraries` directory:\n    ```\n    cd XRay-Wrapper\n    go build --buildmode=c-shared -o XRayCore.dll -trimpath -ldflags \"-s -w -buildid=\" .\n    md ..\\InvisileMan-XRay\\Libraries\n    copy XRayCore.dll ..\\InvisibleMan-XRay\\Libraries   \n    ```\n    \n  - Download `InvisibleMan-TUN` service (based on your OS) from [this](https://github.com/InvisibleManVPN/InvisibleMan-TUN/releases/latest) link, extract and copy to the `/InvisibleMan-XRay/TUN` directory.\n\n  - Download `geoip.dat` and `geosite.dat` files and copy to the `/InvisibleMan-XRay` directory:\n    ```\n    cd ..\\InvisibleMan-XRay\n    curl https://github.com/v2fly/geoip/releases/latest/download/geoip.dat -o geoip.dat -L\n    curl https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat -o geosite.dat -L\n    ```\n  - Run the project:\n    ```\n    dotnet run\n    ```\n\n## Requirements\n\n- Go https://go.dev/dl/\n- .Net https://dotnet.microsoft.com/download\n- Curl https://curl.se/download.html\n\n## Contributing\n\nYou can help this project by reporting problems, suggestions or contributing to the code.\n\n### Report a problem or suggestion\n\nGo to our [Issue tracker](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/issues) and check if your problem/suggestion is already reported. If not, create a new issue with a descriptive title and detail your suggestion or steps to reproduce the problem.\n\n### Add a new language\n\nInvisible Man XRay supports multi-languages. So, you can contribute to adding new language to the app by following [this](./Language.md) instruction.\n\n### Contribute to the code\n\nIf you know how to code, we welcome you to send fixes and new features!\n\n## Donation\n\n\nPlease consider donating to support and sustain my activities.\n\u003cbr/\u003e\nSee: https://invisiblemanvpn.github.io/donation/\n\n## Contacts\n\n- Web [invisiblemanvpn.github.io](https://invisiblemanvpn.github.io)\n- Email [invisiblemanvpn@gmail.com](mailto:invisiblemanvpn@gmail.com)\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/InvisibleManVPN/InvisibleMan-XRayClient.svg?variant=adaptive)](https://starchart.cc/InvisibleManVPN/InvisibleMan-XRayClient)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvisiblemanvpn%2Finvisibleman-xrayclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvisiblemanvpn%2Finvisibleman-xrayclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvisiblemanvpn%2Finvisibleman-xrayclient/lists"}