OpenCut
The open-source CapCut alternative
File Explorer
Download Latest Version (.zip)- bug_report.yml
- feature_request.yml
- bun-ci.yml
- CODE_OF_CONDUCT.md
- copilot-instructions.md
- pull_request_template.md
- SECURITY.md
- SUPPORT.md
- toolchains.yml
- workspace.yml
- settings.json
- index.ts
- moon.yml
- package.json
- wrangler.jsonc
- badge.rs
- button.rs
- context_menu.rs
- label.rs
- mod.rs
- resizable.rs
- separator.rs
- browser.rs
- inspector.rs
- mod.rs
- preview.rs
- timeline.rs
- main.rs
- shell.rs
- theme.rs
- Cargo.toml
- moon.yml
- README.md
- settings.json
- favicon.ico
- manifest.json
- robots.txt
- accordion.tsx
- alert-dialog.tsx
- alert.tsx
- aspect-ratio.tsx
- avatar.tsx
- badge.tsx
- breadcrumb.tsx
- button-group.tsx
- button.tsx
- calendar.tsx
- card.tsx
- carousel.tsx
- chart.tsx
- checkbox.tsx
- collapsible.tsx
- combobox.tsx
- command.tsx
- context-menu.tsx
- dialog.tsx
- direction.tsx
- drawer.tsx
- dropdown-menu.tsx
- empty.tsx
- field.tsx
- form.tsx
- hover-card.tsx
- input-group.tsx
- input-otp.tsx
- input.tsx
- item.tsx
- kbd.tsx
- label.tsx
- menubar.tsx
- native-select.tsx
- navigation-menu.tsx
- pagination.tsx
- popover.tsx
- progress.tsx
- radio-group.tsx
- resizable.tsx
- scroll-area.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- sidebar.tsx
- skeleton.tsx
- slider.tsx
- sonner.tsx
- spinner.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- textarea.tsx
- toggle-group.tsx
- toggle.tsx
- tooltip.tsx
- use-mobile.ts
- utils.ts
- __root.tsx
- editor.tsx
- index.tsx
- router.tsx
- routeTree.gen.ts
- styles.css
- .cta.json
- .gitignore
- components.json
- moon.yml
- package.json
- tsconfig.json
- vite.config.ts
- wrangler.jsonc
- icon.svg
- logo-dark.svg
- logo-light.svg
- symbol-dark.svg
- symbol-light.svg
- 0.1.0.md
- 0.2.0.md
- 0.3.0.md
- .env.example
- .gitignore
- .prototools
- .tokeignore
- bunfig.toml
- Cargo.lock
- Cargo.toml
- LICENSE
- moon.yml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/OpenCut-app/OpenCut
Downloads the entire project code from GitHub to your computer.
cd OpenCut
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbash <(curl -fsSL https://moonrepo.dev/install/proto.sh)
An install script that downloads and runs in a single step.
irm https://moonrepo.dev/install/proto.ps1 | iex
Downloads and runs the official install script via PowerShell โ this handles the full setup automatically.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd apps/api
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
