GDLibraryProxy is an ASP.NET Core webserver made to clone the Geometry Dash Music and SFX libraries
  • C# 77.2%
  • JavaScript 19.5%
  • Batchfile 3.3%
Find a file
2025-07-02 16:43:02 +02:00
Properties Fix server port not being customizable (and not being the one set in config either) once built 2025-07-02 16:03:01 +02:00
src Fix server port not being customizable (and not being the one set in config either) once built 2025-07-02 16:03:01 +02:00
.env.example Fix server port not being customizable (and not being the one set in config either) once built 2025-07-02 16:03:01 +02:00
.gitignore Easier releases making system 2025-07-02 16:43:02 +02:00
appsettings.json ASP.NET Core rewrite 2025-07-02 13:32:05 +02:00
cross_compile.bat Easier releases making system 2025-07-02 16:43:02 +02:00
GDLibraryProxy.csproj ASP.NET Core rewrite 2025-07-02 13:32:05 +02:00
GDLibraryProxy.sln ASP.NET Core rewrite 2025-07-02 13:32:05 +02:00
LICENSE Initial commit 2024-06-27 13:02:52 +02:00
organize_release.js Easier releases making system 2025-07-02 16:43:02 +02:00
README.md ASP.NET Core rewrite 2025-07-02 13:32:05 +02:00

GDLibraryProxy

Ever been blocked while trying to download songs and SFXs from the Geometry Dash Music/SFX Library? Well, if you own a VPS or something where you can host, this should do the trick!

GDLibraryProxy is a program written in C# that is made to clone the Geometry Dash Music and SFX libraries to bypass a potential IP block.

Running

To run this program, you can either build it or run it with one of the executables in releases. If you're looking for more customization, you can also take a look at .env.example.

Build

To build this program, simply clone the repository with https://github.com/M336G/GDLibraryProxy.git and run dotnet build in its folder. You must have .NET 9 SDK installed in order to build this.

License

This project is licensed under the GNU Affero General Public License v3.0.