{"id":25256809,"url":"https://github.com/lemalcs/khernet","last_synced_at":"2026-03-05T02:32:28.893Z","repository":{"id":143126369,"uuid":"237884264","full_name":"lemalcs/Khernet","owner":"lemalcs","description":"Standalone chat application for LAN.","archived":false,"fork":false,"pushed_at":"2024-09-02T04:57:00.000Z","size":18182,"stargazers_count":23,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T06:17:37.987Z","etag":null,"topics":["chat","lan-chat","lan-chat-system","peer-chat","peer-to-peer","peer2peer","serverless-chat","standalone-chat"],"latest_commit_sha":null,"homepage":"https://khernet.app","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/lemalcs.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":"2020-02-03T04:24:12.000Z","updated_at":"2025-01-04T09:12:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c83a5594-da97-456d-a2ad-21c31bf777cb","html_url":"https://github.com/lemalcs/Khernet","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemalcs%2FKhernet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemalcs%2FKhernet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemalcs%2FKhernet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemalcs%2FKhernet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lemalcs","download_url":"https://codeload.github.com/lemalcs/Khernet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238422584,"owners_count":19469563,"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":["chat","lan-chat","lan-chat-system","peer-chat","peer-to-peer","peer2peer","serverless-chat","standalone-chat"],"created_at":"2025-02-12T06:27:34.910Z","updated_at":"2026-03-05T02:32:28.849Z","avatar_url":"https://github.com/lemalcs.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"500\" src=\"./Logo.png\" alt=\"Khernet\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003eKhernet\u003c/h1\u003e\n\nKhernet is a standalone chat application for LAN, just click the application and start to chat.\n\n\u003cbr\u003e\n\n## Main features\n\n- Portable mode and installed mode.\n- No centralized server.\n- Use emojis on contact names 🙂.\n- End to end encryption.\n- Supported types of messages:\n\n  - Text (includes emojis)\n  - Markdown (includes emojis)\n  - Image\n  - GIF\n  - Audio\n  - Video\n  - Any binary file\n  \n- Online and offline updates (for restricted environments 🤐)\n\n\u003e You can send and receive files with a size up to 2 GB.\n\n## How to distinguish portable application from installer?\n\nThe portable application (portable mode) does not have a wizard based installer and can be launched directly from executable file named:\n\n`Khernet.exe`\n\nThe installer (installed mode) launches a wizard to install the application and it's named:\n\n`KhernetInstaller-*.*.*.*.exe`\n\n`*.*.*.*` : stands for version number, for instance: 0.18.0.0\n\nIt offers the following features over the portable mode:\n- Creation of shortcuts on start menu.\n- Creation of uninstaller (when portable mode is not selected).\n- .NET Framework (see Prerequisites) is installed automatically if your system does not have it or no later version exists (Internet connection needed to download [installer]((https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe))).\n\n\n## Prerequisites\n\n- .NET Framework 4.6.1 or later.\n- 241 MB of available space.\n\n\u003e For Khernet 0.21.0.1 and earlier you need .NET Framework 4.5.2 or later.\n\n## Supported systems\n- Windows Vista SP2 (KB2533623)*\n- Windows 7\n- Windows 8\n- Windows 8.1\n- Windows 10 (not RT)\n- Windows 11\n\n\\* For Windows Vista SP2 (KB2533623) use [Khernet 0.21.0.1](https://github.com/lemalcs/Khernet/releases/tag/v0.21.0.1) or earlier.\n\n## Contributions\n\nThis application is made to help people keep in touch with their peers,\nwhy not help them to make it even better and easier.\nThese are some contributions you can do:\n\n- Fix a bug.\n- Code a new feature.\n- Improve documentation.\n- Give the application a face wash.\n\nTo edit documentation go to **gh-pages** branch of this repository and find the project website made with [Jekyll](https://jekyllrb.com/) static content generator.\n\n\n## How to build\n\n1. Clone this repository:\n   ```\n   git clone https://github.com/lemalcs/Khernet.git\n   ```\n3. Go to the folder where you cloned repository.\n2. Execute **build.bat** in [Visual Studio Command Prompt](https://docs.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell?view=vs-2019).\n\n\u003e Nuget packages are available on [nuget](https://www.nuget.org) and attached in the [latest release](https://github.com/lemalcs/Khernet/releases).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemalcs%2Fkhernet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flemalcs%2Fkhernet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemalcs%2Fkhernet/lists"}