textream
Textream is a free macOS teleprompter app for streamers, interviewers, and presenters. It highlights your script in real-time as you speak, displayed in a beautiful Dynamic Island overlay. With extensible features.
File Explorer
- release.yml
- FUNDING.yml
- set-macos-marketing-version.rb
- Textream-iOS-AppIcon.svg
- copyright.txt
- description.txt
- keywords.txt
- marketing_url.txt
- name.txt
- privacy_url.txt
- promotional_text.txt
- review_notes.txt
- subtitle.txt
- support_url.txt
- copyright.txt
- description.txt
- keywords.txt
- marketing_url.txt
- name.txt
- privacy_url.txt
- promotional_text.txt
- review_notes.txt
- subtitle.txt
- support_url.txt
- whats_new.txt
- README.md
- 01-prompt.png
- 03-guidance.png
- 04-recordings.png
- 05-settings.png
- 01-prompt.png
- 03-guidance.png
- 04-recordings.png
- 05-settings.png
- 01-word-tracking.png
- 02-guidance-modes.png
- 03-accessibility.png
- 01-word-tracking.png
- 02-guidance-modes.png
- 03-accessibility.png
- compose.swift
- contact-sheet.png
- README.md
- app-privacy.md
- ExportOptions-iOS.plist
- README.md
- CNAME
- index.html
- privacy.html
- support.html
- video.gif
- video.mp4
- Contents.json
- Contents.json
- icon_128x128.png
- [email protected]
- icon_16x16.png
- [email protected]
- icon_256x256.png
- [email protected]
- icon_32x32.png
- [email protected]
- icon_512x512.png
- [email protected]
- Contents.json
- OpenDyslexic-OFL.txt
- OpenDyslexic3-Regular.ttf
- BrowserServer.swift
- ContentView.swift
- DictationManager.swift
- DirectorServer.swift
- ExternalDisplayController.swift
- HighlightingTextEditor.swift
- icon.svg
- LanguageDetection.swift
- MarqueeTextView.swift
- NotchOverlayController.swift
- NotchSettings.swift
- PresentationNotesExtractor.swift
- PrivacyInfo.xcprivacy
- SettingsView.swift
- SpeechRecognizer.swift
- SpeechTextAlignment.swift
- TextDirection.swift
- Textream-DeveloperID.entitlements
- Textream.entitlements
- TextreamApp.swift
- TextreamService.swift
- UpdateChecker.swift
- VoiceActivityDetector.swift
- contents.xcworkspacedata
- TextreamiOS.xcscheme
- xcschememanagement.plist
- project.pbxproj
- CameraPreview.swift
- CaptureController.swift
- SavedRecordingsStore.swift
- AppModel.swift
- PromptModels.swift
- PromptSessionController.swift
- PromptSessionIdleTimerCoordinator.swift
- PromptTextProcessor.swift
- Contents.json
- Contents.json
- Textream-iOS-1024.png
- Contents.json
- TextreamLogo.svg
- Contents.json
- OpenDyslexic-OFL.txt
- OpenDyslexic3-Regular.ttf
- PromptMatcher.swift
- SpeechFollower.swift
- SpeechLanguageDetection.swift
- SpeechTextAlignment.swift
- VoiceActivityDetector.swift
- BracketHighlightingTextEditor.swift
- LanguageSuggestionBanner.swift
- PromptSessionView.swift
- PromptTextView.swift
- RootView.swift
- SavedRecordingsGallery.swift
- SettingsView.swift
- PrivacyInfo.xcprivacy
- TextreamiOSApp.swift
- PromptCoreTests.swift
- build.sh
- Info.plist
- TextreamiOS-Info.plist
- .gitignore
- LICENSE
- README.md
- SECURITY.md
# Installation Guide
swiftSetup Steps
brew install textream
Install Textream via Homebrew.
bash Textream/build.sh
Build the app from source using the provided build script.
Key Commands
brew install textream
Install Textream using the Homebrew package manager.
bash Textream/build.sh
Run the script to build and package the source code.
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
