{"id":45040977,"url":"https://github.com/2b-zipper/tricord","last_synced_at":"2026-02-22T10:00:45.437Z","repository":{"id":338647062,"uuid":"1158581623","full_name":"2b-zipper/TriCord","owner":"2b-zipper","description":"Discord client for Nintendo 3DS","archived":false,"fork":false,"pushed_at":"2026-02-21T13:41:12.000Z","size":5740,"stargazers_count":17,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T14:07:25.876Z","etag":null,"topics":["3ds","3ds-homebrew","discord","discord-client","homebrew","nintendo-3ds"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2b-zipper.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-15T15:59:55.000Z","updated_at":"2026-02-21T14:07:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"9413bdf6-a13d-41da-8158-8441197bea7c","html_url":"https://github.com/2b-zipper/TriCord","commit_stats":null,"previous_names":["2b-zipper/tricord"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/2b-zipper/TriCord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2b-zipper%2FTriCord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2b-zipper%2FTriCord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2b-zipper%2FTriCord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2b-zipper%2FTriCord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2b-zipper","download_url":"https://codeload.github.com/2b-zipper/TriCord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2b-zipper%2FTriCord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29708799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["3ds","3ds-homebrew","discord","discord-client","homebrew","nintendo-3ds"],"created_at":"2026-02-19T07:26:06.777Z","updated_at":"2026-02-22T10:00:45.399Z","avatar_url":"https://github.com/2b-zipper.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TriCord\n![License](https://img.shields.io/badge/license-GPLv3-green)\n![Platform](https://img.shields.io/badge/platform-Nintendo%203DS-red)\n![Downloads](https://img.shields.io/github/downloads/2b-zipper/TriCord/total?style=flat\u0026color=blue)\n\nDiscord client for Nintendo 3DS.\n\n## Disclaimer\n\n\u003e **This project is developed for educational purposes only.**\n\u003e This is an unofficial Discord client and is not affiliated with or endorsed by Discord Inc.\n\nThis software is provided **\"as is\"**, and you use it at your own risk. The use of this application is entirely the user's own responsibility. The developers assume no responsibility for:\n* Any damages, data loss, or account-related issues.\n* Violations of Discord's **Terms of Service (ToS)** resulting from the use of this software.\n\n## Screenshots\n![login](screenshots/1.png)\n![serverlist](screenshots/2.png)\n![hamburger](screenshots/3.png)\n![chat](screenshots/4.png)\n\n## Features\n- QR code and email/password authentication\n- Text messaging with emoji, attachments, embeds, reactions, and replies\n- Multi-account support\n- Server, channel, and forum thread navigation\n- Customizable themes and internationalization (EN/JA)\n\n## Installation\n1. Download the latest release (CIA or 3DSX)\n2. Install via FBI (CIA) or place in `/3ds/` (3DSX)\n3. Launch and log in with QR code or email/password\n\n### ⚠️ Security Notice\nThe account information is stored in `/3ds/TriCord/accounts`. **Although this file is encrypted, never share it with others.** Sharing this file may allow unauthorized access to your Discord account.\n\n## Building from Source\n\n### Prerequisites\n- [devkitPro](https://devkitpro.org/wiki/Getting_Started) with devkitARM\n\n### Build\n\n```bash\ngit clone https://github.com/2b-zipper/TriCord.git\ncd TriCord\nmake -j$(nproc)\n```\n\nOutput: `TriCord.3dsx`, `TriCord.cia`, `TriCord.elf`\n\n## Libraries\n\n### devkitPro Libraries (via devkitPro pacman)\n- [libctru](https://github.com/devkitPro/libctru) (zlib License)\n- [citro3d](https://github.com/devkitPro/citro3d) (zlib License)\n- [citro2d](https://github.com/devkitPro/citro2d) (zlib License)\n- [libcurl](https://curl.se/libcurl/) (curl License)\n- [mbedtls](https://github.com/Mbed-TLS/mbedtls) (Apache-2.0 OR GPL-2.0-or-later)\n- [zlib](https://zlib.net/) (zlib License)\n\n### Bundled Libraries (included in `library/`)\n- [RapidJSON](https://github.com/Tencent/rapidjson) (MIT License)\n- [stb_image](https://github.com/nothings/stb) (Public Domain / MIT License)\n- [qrcodegen](https://github.com/nayuki/QR-Code-generator) (MIT License)\n\n### Additional Resources\n- CA bundle: [cacert-2025-12-02.pem](https://curl.se/docs/caextract.html) (Mozilla's CA certificate bundle)\n- [Twemoji](https://github.com/jdecked/twemoji) (CC-BY 4.0 / MIT License)\n\n## Usage\n\n**DM/Server/Channel List**\n- D-Pad: Navigate | A: Select | B: Back\n\n**Message View**\n- D-Pad: Scroll | B: Back | X: Open Menu | Y: Text input\n\n**General**\n- Start: Exit the app | Select: Open the hamburger menu | L+R: Toggle Debug Log\n\nConfig: `sdmc:/3ds/TriCord/config.json`\n\n## License\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n\n## Credits\n- [2b-zipper](https://github.com/2b-zipper) for the main development\n- [Str4ky](https://github.com/Str4ky) for the French translation\n- [Discord Userdoccers](https://github.com/discord-userdoccers/discord-userdoccers) for the documentation of the Discord API\n\n## Support\nIf you encounter any issues or have questions:\n- Open an issue on [GitHub Issues](https://github.com/2b-zipper/TriCord/issues)\n- Check existing issues for solutions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2b-zipper%2Ftricord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2b-zipper%2Ftricord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2b-zipper%2Ftricord/lists"}