Meetily v0.0.4 Pre release with Meeting History and more. #88
sujithatzackriya
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Meetily v0.0.4 Pre release with Meeting History and more.
Table of Contents
New Features and Improvements
Installation Files
System Requirements
Installation Instructions
Windows Installation
macOS Installation
Docker Configuration Options
Known Issues
Support
Related Issues and Future Improvements
New Features and Improvements
We added Meeting history in this release. All your meeting data will be stored locally from now on. See the extra changes we have made :
Added support for multiple AI model providers
Improved model selection and configuration options
Added OpenAI provider support for enhanced transcription capabilities
Fixed Windows installer bugs
Updated Windows build instructions for Windows 10/11
Added proper MSI installer support
Improved installation process documentation
Streamlined backend architecture
Removed unnecessary dependencies (ChromaDB)
Improved process management and cleanup
Enhanced transcript handling
Updated application logo
Improved user interface elements
Enhanced documentation and setup instructions
Installation Files
Windows:
meetily-frontend_0.0.4_x64-setup.exe (3.6 MB)
meetily-frontend_0.0.4_x64_en-US.msi (5.24 MB)
macOS:
dmg_darwin_arch64.zip (8.02 MB)
System Requirements
Windows: Windows 10/11 (64-bit)
macOS: macOS 10.15 or later
Hardware: Minimum 4GB RAM, 20GB free disk space
Installation Instructions
Windows Installation
Frontend Setup
Option 1: Using the Setup Executable (.exe) (Recommended)
Download the
meetily-frontend_0.0.4_x64-setup.exe
fileDouble-click the installer to run it
Follow the on-screen instructions to complete the installation
The application will be available on your desktop
Note: If Windows displays a security warning:
Click
More info
and chooseRun anyway
, orRight-click on the installer (.exe), select Properties, and check the Unblock checkbox at the bottom
Option 2: Using the MSI Installer (.msi)
Download the
meetily-frontend_0.0.4_x64_en-US.msi
fileDouble-click the MSI file to run it
Follow the installation wizard to complete the setup
The application will be installed and available on your desktop
Backend Setup
Option 1: Manual Setup
git clone https://github.com/Zackriya-Solutions/meeting-minutes cd meeting-minutes/backend
.\build_whisper.cmd
.\start_with_output.ps1
Option 2: Docker Setup (including ARM64/Snapdragon)
macOS Installation
Frontend Setup
Option 1: Using Homebrew (Recommended)
(Optional) # If meetily is already installed in your system, uninstall the current versions brew uninstall meetily brew uninstall meetily-backend brew untap zackriya-solutions/meetily
Option 2: Manual Installation
Download the
dmg_darwin_arch64.zip
fileExtract the file
Double-click the
.dmg
file inside the extracted folderDrag the application to your Applications folder
Execute the following command in terminal to remove the quarantine attribute:
Proceed to restart the app, start recording, and enable screen recording access.
Backend Setup
Option 1: Using Homebrew (Recommended)
Docker Configuration Options
The Docker setup for both macOS and Windows allows you to configure:
Whisper model selection (tiny, base, small, medium, large-v3, etc.)
Language preference (auto-detection or specific language)
Logging level
Known Issues
Support
For support, please visit:
Discord Channel
Website
GitHub Issues
Related Issues and Future Improvements
Features Implemented in v0.0.4
Added OpenAI provider support
Improved model selection options
Backend cleanup and CLI testing script
Fixed Windows installer bugs
Addressed security warnings
Improved installation process
Streamlined backend architecture
Removed unnecessary dependencies
Enhanced transcript handling
Implemented meeting history tracking
Added management interface
Enhanced user experience
Planned Improvements
Fix audio transmission issues
Consider CosyVoice integration
Improve app-specific audio capture
Add macOS Intel support
Fix ARM build issues
Improve cross-platform compatibility
Fix Teams dependency issues
Improve Homebrew Cask support
Enhance installation process
Fix settings screen errors
Improve user interface
Add meeting history management
Docker containerization
Local Ollama integration
API interface improvements
Future Roadmap
Linux support (Local LLM endpoints other than Ollama Integration Support #33)
Local LLM endpoints integration (Improve Small Model Compatibility #34)
Small model compatibility improvements (Meeting History and Management Implementation #37)
Voice-based attendee identification (error sending request for url #57)
Windows ARM support (Run with local Ollama #55)
For more details and to track progress, please visit our GitHub Issues.
What's Changed
Fix Microphone Permission Dialog on macOS by @sujithatzackriya in Fix Microphone Permission Dialog on macOS #38
Fix/audioplayer by @sujithatzackriya in Fix/audioplayer #39
Enhance/windows support by @sujithatzackriya in Enhance/windows support #44
Introduce OpenAIProvider, Backend Cleanup, and CLI Testing Script by @ebinzack15 in Introduce OpenAIProvider, Backend Cleanup, and CLI Testing Script #75
feat: Add model configuration management and OpenAI support by @athulchandroth in feat: Add model configuration management and OpenAI support #79
Cleanup/backend unused+save meetings db UI change (Cleanup/backend unused+save meetings db UI change #83) by @sujithatzackriya in Cleanup/backend unused+save meetings db UI change (#83) #84
New Contributors
@ebinzack15 made their first contribution in Introduce OpenAIProvider, Backend Cleanup, and CLI Testing Script #75
@athulchandroth made their first contribution in feat: Add model configuration management and OpenAI support #79
Full Changelog: v0.0.3...v0.0.4
This discussion was created from the release Meetily v0.0.4 Pre release with Meeting History and more..
Beta Was this translation helpful? Give feedback.
All reactions