
A lightweight, open-sourcegame engine.
A game engine where freedom is the priority
Check out the getting started guide or join the Discord community
Built with
Simple, familiar scripting
Write game logic in Luau with an intuitive API.

local part = Instance.new("Part")
part.Name = "MyPart"
part.Size = Vector3.new(4, 2, 4)
part.Position = Vector3.new(0, 4, 0)
part.Color = Color3.fromRGB(255, 0, 0)
part.Material = Enum.Material.Neon
part.Parent = workspacePowerful game development
Everything you need to create, test, and ship games.
Built-in Editor
Script, build, and playtest without leaving the engine.
Multiplayer
Server/client architecture out of the box.
Luau Scripting
Familiar syntax with powerful features.
Mod Support
Let players extend your games.
Physics Engines
Jolt, Box2D, and Manifold included.
Cross Platform
Windows, Linux, and macOS.
Getting Started
Get up and running in minutes.
Prerequisites
Rokit
Tool version manager
Git
Cloning the repository
Zune and darklua are installed automatically via Rokit.
Follow the Rokit installation guide to set up the tool manager. Rokit reads rokit.toml and manages pinned versions of zune.
View installation guideTry and test
Clone the repo, run the engine, and create something awesome.
git clone https://github.com/Qquaded/Kinemium-Engine.git