Skip to content
/ gestalt Public

Orchestrated Development Environment (ODE)

License

Notifications You must be signed in to change notification settings

dyne/gestalt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

934 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Gestalt

We invite you to stop assembling the pieces and start perceiving the whole.

Dyne.org



๐Ÿ“– More info on dyne.org/gestalt


๐ŸŽฎ Quick setup

Download a release tarball from GitHub Releases. Each archive contains multiple binaries (gestalt, gestalt-agent, gestalt-send, gestalt-notify, gestalt-otel).

Install all binaries into your PATH.

Linux/macOS example:

# choose your platform archive (example: linux amd64)
curl -L -o gestalt.tar.gz https://github.com/dyne/gestalt/releases/latest/download/gestalt-linux-amd64.tar.gz
sudo tar -xzf gestalt.tar.gz -C /usr/local/bin

Windows PowerShell example:

# choose your platform archive (example: windows amd64)
Invoke-WebRequest -Uri https://github.com/dyne/gestalt/releases/latest/download/gestalt-windows-amd64.tar.gz -OutFile gestalt.tar.gz
tar -xzf .\gestalt.tar.gz
Move-Item .\gestalt.exe "$env:USERPROFILE\bin\gestalt.exe"
Move-Item .\gestalt-agent.exe "$env:USERPROFILE\bin\gestalt-agent.exe"
Move-Item .\gestalt-send.exe "$env:USERPROFILE\bin\gestalt-send.exe"
Move-Item .\gestalt-notify.exe "$env:USERPROFILE\bin\gestalt-notify.exe"
Move-Item .\gestalt-otel.exe "$env:USERPROFILE\bin\gestalt-otel.exe"

Run:

# starts dashboard + API server
# dashboard URL: http://localhost:57417
gestalt

# runs an agent profile in standalone mode (requires Codex CLI installed)
gestalt-agent <agent-name>

Temporal workflow dev server auto-start requires the temporal CLI. If temporal is not installed, disable auto-start:

gestalt --temporal-dev-server=false

๐Ÿ’พ Build

Prerequisites:

  • Go and Node.js (see pinned versions in mise.toml)

Build and install:

npm i
make
make install

๐Ÿงช Testing

Main test command:

make test

Optional direct commands:

go test ./...
cd frontend && npm test -- --run

More details: TESTING.md

๐Ÿ’ผ License

Copyright (C) 2025-2026 Dyne.org foundation

Designed and written by Denis "Jaromil" Roio.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

Orchestrated Development Environment (ODE)

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 6