{"id":13467389,"url":"https://github.com/japandotorg/LemonCord","last_synced_at":"2025-03-26T02:31:21.795Z","repository":{"id":65541013,"uuid":"584173736","full_name":"japandotorg/LemonCord","owner":"japandotorg","description":"A fast \u0026 light weight Discord Client made with love using the Rust programming language.","archived":false,"fork":false,"pushed_at":"2023-11-14T14:11:35.000Z","size":329,"stargazers_count":44,"open_issues_count":7,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-29T21:53:39.412Z","etag":null,"topics":["client","discord","discord-client","discordclient"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/japandotorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"japandotorg"}},"created_at":"2023-01-01T17:35:51.000Z","updated_at":"2024-10-19T18:00:58.000Z","dependencies_parsed_at":"2024-01-21T09:48:04.011Z","dependency_job_id":"2ac30074-5bf9-4f44-b04d-01adc33532d1","html_url":"https://github.com/japandotorg/LemonCord","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japandotorg%2FLemonCord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japandotorg%2FLemonCord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japandotorg%2FLemonCord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/japandotorg%2FLemonCord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/japandotorg","download_url":"https://codeload.github.com/japandotorg/LemonCord/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576529,"owners_count":20638125,"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":["client","discord","discord-client","discordclient"],"created_at":"2024-07-31T15:00:55.765Z","updated_at":"2025-03-26T02:31:21.468Z","avatar_url":"https://github.com/japandotorg.png","language":"Rust","funding_links":["https://patreon.com/japandotorg"],"categories":["Clients","Rust"],"sub_categories":["Public Bots"],"readme":"\u003cimg src=\"./assets/docs/banner.png\"\u003e\n\n# LemonCord\nA fast \u0026 light-weight Discord Client written in Rust using the [wry](https://docs.rs/wry/) crate.\n\n## Features\n- Fast, light-weight, easy to use.\n- 100% Open sourced.\n- No suspicious activity unlike some other modded clients.\n- Cross-platform support.\n\n## Is this against the Discord ToS?\nLong story short. LemonCord is \"possibly\" against the Discord Terms-of-Service, LemonCord is an embedded version of the [Discord](https://discord.com/app) website. It cannot be guaranteed if LemonCord is against ToS or not, but you should keep reading:\n\nAs of right now, Discord is not going out of their way to detect client mods or ban client mod users. On top of that, LemonCord does not make any manual HTTP requests unlike certain client mods / plugins, so your client's user agent is the same as a legitimate client. Meaning Discord doesn't detect a client app like LemonCord. They can go our of their way to start detecting it, but they don't. Even if they somehow did start detecting LemonCord, users are very unlikely to be banned on sight. It doesn't make sense for Discord to start banning a substantial part of it's user-base (unofficial client users) without any kind of warning. Not to mention that LemonCord doesn't have any type of client modifications or anything suspicious, implying LemonCord users can't be banned for indirect ToS violations (e.g. self-botting).\n\n## Platform-specific notes\nAll platforms use [TAO](https://github.com/tauri-apps/tao) to build the window, and [wry](https://github.com/tauri-apps/wry) re-exports it as an application module. Here's the underlying web engine each platform uses, and some dependencies you might need to install before running [LemonCord](https://github.com/japandotorg/LemonCord).\n\n\u003cdetails\u003e\n\u003csummary\u003e Linux \u003c/summary\u003e\n\nTao uses [gtk-rs](https://gtk-rs.org/) and it's related libraries for window creation and wry also needs [WebKitGTK](https://webkitgtk.org/) for WebView. So please make sure the following packages are installed:\n\n**Arch based distributions:**\n```sh\n$ sudo pacman -Syu webkit2gtk-4.1 libappindicator-gtk3\n```\n\nThe `libayatana-indicator` package can be installed from the Arch User Repository (AUR).\n\n**Debian based distributions**\n```sh\n$ sudo apt install libwebkit2gtk-4.1-dev libayatana-appindicator3-dev\n```\n\n**Fedora:**\n```sh\n$ sudo dnf install gtk3-devel webkit2gtk4.1-devel libappindicator-gtk3-devel\n```\n\nFedora does not have the Ayatana package yet, so you need to use the GTK one.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003e MacOS \u003c/summary\u003e\n\nWebKit is native on macOS so everything should be fine.\n\nIf you are cross-compiling for macOS using [osxcross](https://github.com/tpoechtrager/osxcross) and encounter a runtime panic like Class with name `WKWebViewConfiguration could not be found` it's possible that `WebKit.framework` has not been linked correctly, to fix this set the `RUSTFLAGS` environment variable:\n```sh\nRUSTFLAGS=\"-l framework=WebKit\" cargo build --target=x86_64-apple-darwin --release\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e Windows \u003c/summary\u003e\n\nWebView2 provided by Microsoft Edge Chromium is used. So wry supports Windows 7, 8, 10 and 11.\n\n\u003c/details\u003e\n\n## Installation\n\n\u003e **Note**  \n\u003e In the future, there will be a GUI installer for general users. For now, you will have to use the\n\u003e command line.\n\nFirst of all, to install LemonCord you'll have to install [Rust](https://rustup.rs/) in your machine.\nYou can check if you've successfully installed Rust or not using the following command below:\n```sh\n # To check the currently active rustc compiler version, run\n$ rustc --version\n```\n\nAlright, now that we have rust installed, it's time to download LemonCord:\n```sh\n # Download from github\n$ git clone https://github.com/japandotorg/LemonCord.git\n$ cd LemonCord\n \n # Build LemonCord\n$ cargo build --release\n```\n\nYou can run the executable everytime by either running the following command:\n```sh\n$ cargo run --release\n```\nor you can wish to use the executable file you just built using the `cargo build --release` command, to use the executable instead, run the following commands first:\n```sh\n # *nix\n$ sudo mv /LemonCord/target/release/lemon-cord /usr/local/bin/LemonCord\n$ LemonCord  # Opening!\n\n # Windows\nmove /LemonCord/target/release/lemon-cord.exe /LemonCord/\n # Open \"lemon-cord.exe\"\n```\n\n## Discord / Support\n\nJoin our [Discord Server](https://melonbot.io/support) for further updates, announcements and support, or just to chat with the developer.\n\n## ♥ Contributors\n\nFor information on contributing to this project, please see [CONTRIBUTING.md](/CONTRIBUTING.md).\n\n[![♥ Contributors][contributors-image]][contributors-link]\n\n[contributors-image]: https://contrib.rocks/image?repo=japandotorg/LemonCord\n[contributors-link]: https://github.com/japandotorg/LemonCord/graphs/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjapandotorg%2FLemonCord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjapandotorg%2FLemonCord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjapandotorg%2FLemonCord/lists"}