{"id":27634789,"url":"https://github.com/quackster/keplerc","last_synced_at":"2026-02-07T02:02:52.628Z","repository":{"id":289417595,"uuid":"966572531","full_name":"Quackster/KeplerC","owner":"Quackster","description":"A lightweight TCP server in C11 using libuv, designed for the 2007-era Habbo Hotel v18 client, back when Kepler used to be in C.","archived":false,"fork":false,"pushed_at":"2025-04-23T06:17:50.000Z","size":3503,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T19:25:37.953Z","etag":null,"topics":["2007","c-language","emulator","habbo","private-server"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quackster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-15T06:09:00.000Z","updated_at":"2025-04-23T06:17:54.000Z","dependencies_parsed_at":"2025-04-23T19:25:37.939Z","dependency_job_id":null,"html_url":"https://github.com/Quackster/KeplerC","commit_stats":null,"previous_names":["quackster/keplerc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quackster/KeplerC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKeplerC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKeplerC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKeplerC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKeplerC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quackster","download_url":"https://codeload.github.com/Quackster/KeplerC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FKeplerC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264816441,"owners_count":23668193,"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":["2007","c-language","emulator","habbo","private-server"],"created_at":"2025-04-23T19:25:34.935Z","updated_at":"2026-02-07T02:02:52.623Z","avatar_url":"https://github.com/Quackster.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kepler\n\nA small TCP server written in C11 powered by libuv, an asynchronous networking library. It powers the Habbo Hotel version 18 client from 2007 era. The aim is to fully replicate this version by writing the back-end server in the C11 language.\n\nThis was the original Kepler emulator before [it was recoded](http://github.com/Quackster/Kepler) in Java.\n\n## Quick Install\n\nPre-built binaries are available from the [latest release](https://github.com/Quackster/KeplerC/releases/latest). All dependencies are statically linked -- no extra libraries needed. The zip includes the binary, database schema, and data files.\n\n### Linux\n\n```\ncurl -fsSL https://raw.githubusercontent.com/Quackster/KeplerC/master/install.sh | bash\n```\n\n### Windows (PowerShell)\n\n```powershell\nirm https://raw.githubusercontent.com/Quackster/KeplerC/master/install.ps1 | iex\n```\n\nBoth scripts download and extract to `~/KeplerC`.\n\n---\n\n## Building from Source\n\n### Dependencies\n\n```\nsudo apt install make cmake git libuv1-dev sqlite3 libsqlite3-dev libsodium-dev\n```\n\n### Clone\n\n```\ngit clone --recursive https://github.com/Quackster/KeplerC\n```\n\n### Compile and Run\n\n```\ncd KeplerC\ncmake -B build\ncmake --build build\n./build/Kepler\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fkeplerc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackster%2Fkeplerc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fkeplerc/lists"}