VoiceFlow
Local voice dictation and meeting recorder for Windows + Linux. Hold a hotkey to dictate, or record long-form meetings with system audio. Whisper transcription, bring-your-own-LLM summaries. Open source.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- release.yml
- 0001-stereo-channel-layout-for-recordings.md
- 0002-recording-vs-meeting-naming.md
- 0003-meeting-mode-isolation.md
- AppRun
- build-installer.bat
- build-linux.sh
- build-macos.sh
- io.github.infiniv.VoiceFlow.metainfo.xml
- VoiceFlow.desktop
- voiceflow.iss
- dashboard.png
- logo-dark.png
- logo-light.png
- meetings-ai-summary.png
- meetings-detail.png
- meetings-library.png
- model-picker.png
- onboarding.png
- apple-touch-icon.png
- dark-logo.png
- favicon-96x96.png
- favicon.ico
- light-logo.png
- site.webmanifest
- web-app-manifest-192x192.png
- web-app-manifest-512x512.png
- version.mjs
- done.png
- idle.png
- listen.png
- process.png
- react.svg
- AudioPlayer.tsx
- LevelMeter.tsx
- LLMSettingsSection.tsx
- MeetingDetailPage.tsx
- MeetingImportDialog.tsx
- MeetingRecorderContext.tsx
- MeetingRecorderPage.tsx
- MeetingsListPage.tsx
- MeetingsSettingsSection.tsx
- RetranscribeDialog.tsx
- StatusLine.tsx
- SummaryView.tsx
- TranscriptView.tsx
- useAudioSourcePreview.ts
- utils.ts
- 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
- command.tsx
- context-menu.tsx
- dialog.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
- 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
- AudioVisualizer.tsx
- HistoryPage.tsx
- HomePage.tsx
- HotkeyCapture.tsx
- HotkeyStatusBanner.tsx
- ModelDownloadModal.tsx
- ModelDownloadProgress.tsx
- ModelRecoveryModal.tsx
- SettingsTab.tsx
- Sidebar.tsx
- StatsHeader.tsx
- TitleBar.tsx
- use-mobile.ts
- useBackendEvent.ts
- useModelDownload.ts
- api.ts
- audio.ts
- constants.ts
- models.ts
- types.ts
- utils.ts
- StepAudio.tsx
- StepFinal.tsx
- StepHardware.tsx
- StepModel.tsx
- StepTheme.tsx
- StepWelcome.tsx
- Dashboard.tsx
- Onboarding.tsx
- Popup.tsx
- App.css
- App.tsx
- index.css
- main.tsx
- vite-env.d.ts
- build.py
- linux_optimize.spec
- macos_optimize.spec
- windows_optimize.spec
- icon.icns
- icon.ico
- icon.png
- __init__.py
- audio_scheme.py
- audio_scheme_handler.py
- audio_source.py
- clock.py
- controller.py
- export.py
- llm.py
- loopback.py
- loopback_linux.py
- loopback_pulse.py
- loopback_windows.py
- recorder.py
- recovery.py
- repository.py
- secrets.py
- summary.py
- title.py
- __init__.py
- audio.py
- clipboard.py
- cudnn_downloader.py
- database.py
- dictation.py
- gpu.py
- hotkey.py
- hyprland.py
- logger.py
- model_catalog.py
- model_manager.py
- process_env.py
- settings.py
- transcription.py
- ui_event_bridge.py
- __init__.py
- test_app_controller.py
- test_audio.py
- test_audio_scheme.py
- test_audio_source_loopback_channels.py
- test_audio_source_resample.py
- test_auto_title.py
- test_clipboard.py
- test_dictation.py
- test_hotkey.py
- test_llm_provider.py
- test_logger.py
- test_loopback_discovery.py
- test_meeting_jobs.py
- test_meeting_state_tick.py
- test_model_manager.py
- test_recording_export.py
- test_recording_recovery.py
- test_recording_service.py
- test_recordings_repo.py
- test_recordings_repository.py
- test_recordings_settings.py
- test_settings.py
- test_settings_rpc.py
- test_summary.py
- test_transcribe_file.py
- test_transcription.py
- test_ui_event_bridge.py
- app_controller.py
- main.py
- server.py
- .gitignore
- CLAUDE.md
- components.json
- CONTRIBUTING.md
- eslint.config.js
- index.html
- LICENSE
- package.json
- pnpm-lock.yaml
- pyproject.toml
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- uv.lock
- vite.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/infiniV/VoiceFlow
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd VoiceFlow
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
pnpm run setup # installs Node and Python deps
파이썬 스크립트(또는 모듈)를 실행합니다.
pnpm run dev # Vite frontend + Pyloid backend
개발/실행 서버를 켭니다.
pnpm run build:installer # Windows (.exe via Inno Setup)
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
pnpm run build:installer:linux # Linux (.AppImage and .tar.gz)
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
pnpm run build:installer:macos # macOS (.dmg, unsupported)
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
