Skip to content

Latest commit

 

History

History
162 lines (135 loc) · 5.96 KB

File metadata and controls

162 lines (135 loc) · 5.96 KB

InSpatial



InSpatial

Reality is your canvas

InSpatial is a universal development environment (UDE)
for building cross-platform and spatial (AR/MR/VR) applications

InSpatial Kit InSpatial Kit InSpatial Cloud InSpatial App InSpatial Store InSpatial Store

License Discord Twitter LinkedIn

InSpatial Description Link
InSpatial AI AI toolkit for building multi-agent systems inspatial.ai
InSpatial Kit Universal Libraries & Frameworks inspatial.dev
InSpatial Cloud Backend APIs and SDKs inspatial.cloud
InSpatial App Build and manage your InSpatial apps inspatial.app
InSpatial Store Deploy and discover InSpatial apps inspatial.store
InSpatial Run CLI for building with InSpatial inspatial.run


macOS / Linux

curl -fsSL inspati.ai | sh
or
curl -fsSL inspatial.sh | sh

Windows (PowerShell)

irm inspati.ai/install.ps1 | iex
or
irm inspatial.sh/install.ps1 | iex

Getting Started

Create a new InSpatial project, then run the UDE Cloud server and Kit client side by side.

Step Target Command
1 Create your project inspatial create https://github.com/inspatiallabs/base-template
2 Run InSpatial Cloud UDE server cd server
inspatial run dev
3 Run InSpatial Kit UDE client cd client
inspatial run dev

Keep both terminals running while you build.