Cortex-DL
A fast, modern desktop app to download videos, audio, and playlists from various platforms.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature-request.md
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- DirectEngine.ts
- FfmpegEngine.ts
- IEngine.ts
- MediaProcessor.ts
- YoutubeEngine.ts
- handlers.ts
- commentsExtractor.ts
- db.ts
- downloadManager.ts
- electron-env.d.ts
- ffmpegEngine.ts
- hls.ts
- main.ts
- paths.ts
- preload.ts
- progressParser.ts
- setup.ts
- tray.ts
- types.ts
- utils.ts
- ytdlp.ts
- installer.nsh
- CortexDL.ico
- downloadActions.ts
- BatchListView.tsx
- PlaylistView.tsx
- UrlAnalysisView.tsx
- YouTubeMusicIcon.tsx
- AudioPlayerView.tsx
- MediaInfoOverlay.tsx
- MediaPlayer.css
- MediaPlayerModal.tsx
- PlayerControls.tsx
- VideoPlayerView.tsx
- AddDownloadTab.tsx
- AdvancedTrimmer.css
- AdvancedTrimmer.tsx
- AnimatedSegmentedControl.tsx
- ConfirmModal.tsx
- CustomDropdown.tsx
- DownloadCard.css
- DownloadCard.tsx
- DownloadList.tsx
- SettingsTab.tsx
- SetupOverlay.tsx
- Sidebar.tsx
- SimpleDownloader.tsx
- SmartImage.tsx
- UrlInputBar.tsx
- formats.ts
- limits.ts
- types.ts
- useDebounce.ts
- useDownloadCardVM.ts
- useDownloadInit.ts
- useHighFrequencyIPC.ts
- useSettingsInit.ts
- downloadHelpers.ts
- mediaEndpoint.ts
- variantLabel.ts
- downloadStore.ts
- useCommentsStore.ts
- useFormStore.ts
- useSettingsStore.ts
- useUIStore.ts
- App.css
- App.tsx
- main.tsx
- translations.ts
- vite-env.d.ts
- index.html
- ensure-electron.cjs
- types.ts
- .env.example
- .eslintrc.cjs
- electron-builder.json5
- package-lock.json
- package.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- logo.png
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/SAADX25/Cortex-DL
Downloads the entire project code from GitHub to your computer.
cd Cortex-DL
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm ci
Type this command into your terminal and run it.
npm run dev
Starts the development/run server.
npm run lint
Type this command into your terminal and run it.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
