Skip to content

geode-sdk/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ff4dae · Apr 25, 2025
Apr 2, 2025
Apr 25, 2025
Feb 23, 2025
Apr 3, 2024
Apr 2, 2025
Apr 2, 2025
Feb 26, 2023
Mar 21, 2025
Oct 16, 2022
Aug 29, 2022
Oct 16, 2022

Repository files navigation

Geode Command Line

Command-line utilities for working with Geode SDK.

For more information see its page on the docs.

Usage

The CLI is typically invoked for you by Geode's build system, but it does have some standalone features:

# Walks you through creating a Geode mod via a template
geode new

# Runs Geometry Dash from the default profile
geode run

# Installs the sdk. For more info see the docs
geode sdk install

# Uploads a mod to the index. For more info see the docs
geode index mods create

Installation

(For more in depth information see the docs.)

Packaging status

Windows (scoop)

scoop bucket add extras
scoop install geode-sdk-cli

Windows (Winget)

This may be out of date. Sorry!

winget install GeodeSDK.GeodeCLI

MacOS (brew)

brew install geode-sdk/geode/geode-cli

Linux

We provide linux binaries in every release.

Arch Linux (Unofficial AUR package)

Note: This package is unofficial and not maintained by us. Use at your own risk.

geode-cli-bin

From source

Note: This requires a local rust installation, and may take a very long time

cargo install --git https://github.com/geode-sdk/cli