feat: Add Linux setup wizard and installation scripts - #1
Open
Nombah501 wants to merge 6 commits into
Open
Conversation
Nombah501
commented
Dec 30, 2025
Owner
- Add setup.py for pip installation with entry points
- Add SetupWizard for first-time configuration
- Model selection with download preview
- Audio device configuration
- Hotkey setup
- Behavior settings (opacity, clipboard, etc.)
- Add install.sh for automated Linux installation
- Checks Python version
- Installs system dependencies (PortAudio)
- Creates desktop entry
- Add freetranscriber.sh launch script
- Add systemd service for autostart
- Update main.py to check for first run and launch wizard
- Update README.md with Linux installation instructions
- Add MANIFEST.in for package distribution
- Add setup.py for pip installation with entry points - Add SetupWizard for first-time configuration - Model selection with download preview - Audio device configuration - Hotkey setup - Behavior settings (opacity, clipboard, etc.) - Add install.sh for automated Linux installation - Checks Python version - Installs system dependencies (PortAudio) - Creates desktop entry - Add freetranscriber.sh launch script - Add systemd service for autostart - Update main.py to check for first run and launch wizard - Update README.md with Linux installation instructions - Add MANIFEST.in for package distribution
- Add config.json (user configuration) - Add *.egg-info/ and *.egg (Python package artifacts) - Add virtual environments (venv/, env/, ENV/)
- Автоматическая настройка hotkeys через udev rules и input group - Добавлен fallback на pynput для работы hotkeys без root - Мастер настройки теперь проверяет систему (Wayland/X11, права) - Добавлена настройка disable_hotkeys для отключения горячих клавиш - Улучшен install.sh с цветным выводом и пост-проверкой - Обновлен README с инструкциями по решению проблем на Linux - Добавлен pynput в зависимости
- Добавлена проверка GCC перед установкой Python зависимостей - Автоматическая установка build tools для разных дистрибутивов: * Arch/Manjaro: base-devel * Ubuntu/Debian: build-essential python3-dev * Fedora: gcc python3-dev - Исправлена ошибка сборки evdev на системах без компилятора
…мент из вызовов config.get()\n- ConfigManager автоматически возвращает значения из default_config\n- Исправлено 2 вызова в строках 92 и 109
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.