Create and share 3D architectural projects with powerful web-based tools
Create detailed architectural models with walls, floors, ceilings, and custom elements using an intuitive interface.
Experience high-performance 3D rendering with WebGPU technology for smooth, real-time visualization.
Built with a plugin system that allows custom node types, tools, and UI components for specialized workflows.
Advanced geometric systems including CSG operations, spatial grid management, and accurate placement validation.
Works offline with local storage using the CLI, keeping your projects safe and accessible anywhere.
Model Context Protocol support for AI-powered design assistance and automation through agent skills.
Latest React features for building dynamic UIs
WebGPU renderer for high-performance 3D graphics
Declarative Three.js integration with React
Lightweight state management
Full-stack React framework
Monorepo management and build optimization
Type-safe development experience
Fast package manager and runtime
Install Pascal Editor locally with Node.js 22.13 or newer:
npx @pascal-app/cli editor
This command starts the editor and an authenticated MCP service in the background, selects collision-free loopback ports, and keeps projects in ~/.pascal/data/pascal.db.
# Install dependencies
bun install
# Run development server
bun dev
This builds packages and starts the Next.js editor dev server at http://localhost:3002 with hot reload enabled.