GenCr@ft is building Aethel, a multiplayer voxel RPG creative platform. The organization is split across multiple repositories, so newcomers should not start by guessing which repo matters.
Start with the public onboarding hub:
It explains the five bounded workspaces and gives the quickstart commands for Linux, macOS, WSL, and Windows.
If you already know your workspace, use the onboarding scripts directly:
mkdir -p ~/gft && cd ~/gft
curl -L https://github.com/GenCr-ft/gcd-onboarding-scripts/archive/refs/heads/main.tar.gz | tar -xz
cd gcd-onboarding-scripts-main
bash gft-onboarding.sh --quickstart --workspace aethelReplace aethel with evai-platform, agent-factory, workspace-ops, or
studio-gencraft.
- gcd-onboarding-scripts - local developer setup.
- gcp-aethel-server - authoritative game server.
- gcp-aethel-client - Godot client.
- gcs-plt-tools - EvolvAI DevSphere platform tooling.
- gcs-project-management - active planning and tracker state.
After cloning a repo, read its AGENTS.md first.