You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI-Native Development Environment: Enjoy an integrated development environment that leverages AI technologies to enhance productivity and streamline workflows.
Open Model Integration: Our platform supports the seamless integration of various models, allowing developers to customize and extend functionality according to their needs.
VS Code Extension Compatibility: Benefit from a rich ecosystem of plugins by ensuring compatibility with VS Code extensions, enabling you to leverage existing tools and resources.
Complete Solution: Uses electron-forge to package desktop applications and supports development, building, packaging, and auto updates.
# install dependencies
yarn
# rebuild native dependencies for electron
yarn run electron-rebuild
# start project
yarn run start
Start the web project (experimental)
# install dependencies
yarn
# rebuild native dependencies for web
yarn run web-rebuild
# build web
yarn run build-web
# start project, visit https://localhost:8080 or https://localhost:8080/?workspaceDir=workspace_dir
yarn run start-web