The open-source CapCut alternative
Go to file
Cursor Agent 5e0696bc9b
fix(tooling): set bun as javascript package manager so moon auto-installs deps
With 'javascript: {}', moon v2 never adds an InstallDependencies action
to the graph, so fresh clones fail with 'vite: command not found' when
running any web/api task (#846). The javascript toolchain drives
installs and must be told bun is the package manager.

Also drop 'bun.installDependencies: true' (defaults to true, and was
inert without packageManager set) and stale comments.

Fixes #846

Co-authored-by: Maze <mazeincoding@users.noreply.github.com>
2026-07-17 21:19:13 +00:00
.github ci: update workflow for rewrite 2026-06-21 15:14:01 +02:00
.moon fix(tooling): set bun as javascript package manager so moon auto-installs deps 2026-07-17 21:19:13 +00:00
.vscode chore: normalize line endings 2026-03-29 15:56:48 +02:00
apps Merge branch 'rewrite' 2026-07-10 19:57:55 +00:00
.gitignore feat(desktop): scaffold desktop app 2026-07-10 19:57:05 +00:00
.prototools feat(desktop): scaffold desktop app 2026-07-10 19:57:05 +00:00
.tokeignore chore: add .tokeignore 2026-04-14 22:10:15 +02:00
Cargo.toml feat(desktop): scaffold desktop app 2026-07-10 19:57:05 +00:00
LICENSE chore: clean state 2026-05-06 22:59:08 +02:00
README.md Merge branch 'rewrite' 2026-07-10 19:57:55 +00:00
bunfig.toml chore: monorepo setup and web foundation 2026-05-27 00:30:10 +02:00

README.md

OpenCut Logo

OpenCut

A free and open source video editor for web, desktop, and mobile.

Discord X License: MIT

Status

OpenCut is being rewritten from the ground up. What's coming:

  • An Editor API
  • First-class third party plugins (made possible by a plugin-first architecture)
  • Desktop, mobile, and browser from one codebase (Rust core)
  • MCP server (for AI agents)
  • Headless mode (automation, batch rendering)
  • A scripting tab directly in the editor

You can still find the previous version at opencut-app/opencut-classic, which is the one to reach for today. opencut.app still runs the classic version. The rewrite will live at new.opencut.app until it's ready to take over.

Development

Install proto if you haven't already:

bash <(curl -fsSL https://moonrepo.dev/install/proto.sh)

From the repo root:

proto use    # installs the tools pinned in .prototools
moon run web:dev       # localhost:5173
moon run api:dev       # localhost:8787
moon run desktop:dev   # see apps/desktop/README.md

Contributing

We're not set up to take outside contributions yet while the architecture is being designed. If you want to follow along, ask questions, or just hang out, join the Discord or open an issue.

Sponsors

OpenCut is supported by companies that believe in open source creator tools.

  • fal.ai: Generative image, video, and audio models all in one place.

Want your logo here? Reach out at sponsor@opencut.app.

License

MIT