sixseverstudio
sixsevenstudio is a native Mac app for generating and editing AI videos with Sora.
It lets you brainstorm ideas and storyboards with AI assistant, iterate on Sora videos, and edit the videos, all in one place.
Create and refine storyboards with AI assistance
Browse and manage your generated videos
Edit videos with trimming, transitions, and more
It's built with:
Key features:
- Bring your own OpenAI API key
- Storyboard AI assistant with AI SDK
- Local storage, all videos stored in your fs
- Video editing (trimming, stitching, transitions)
Development Guide
Prerequisites
- Install Node.js (v18+)
- Install Rust
- Install
ffmpeg(see below) - Get an OpenAI API key
Setup
# Install ffmpeg binaries chmod +x scripts/download-ffmpeg-sidecar.sh ./scripts/download-ffmpeg-sidecar.sh # Install dependencies npm install # Run development server npm run tauri dev
Build
OS
Currently support Apple Silicon.