Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Meetily v0.0.4 Pre release with Meeting History and more. #88

Discussion options

Meetily v0.0.4 Pre release with Meeting History and more.

Table of Contents

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 :

  1. Enhanced Model Configuration Management
  • Added support for multiple AI model providers

  • Improved model selection and configuration options

  • Added OpenAI provider support for enhanced transcription capabilities

  1. Windows Installation Improvements
  • Fixed Windows installer bugs

  • Updated Windows build instructions for Windows 10/11

  • Added proper MSI installer support

  • Improved installation process documentation

  1. Backend Optimizations
  • Streamlined backend architecture

  • Removed unnecessary dependencies (ChromaDB)

  • Improved process management and cleanup

  • Enhanced transcript handling

  1. UI/UX Updates
  • Updated application logo

  • Improved user interface elements

  • Enhanced documentation and setup instructions

Installation Files

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)

  1. Download the meetily-frontend_0.0.4_x64-setup.exe file

  2. Double-click the installer to run it

  3. Follow the on-screen instructions to complete the installation

  4. The application will be available on your desktop

Note: If Windows displays a security warning:

  • Click More info and choose Run anyway, or

  • Right-click on the installer (.exe), select Properties, and check the Unblock checkbox at the bottom

Windows Security Warning

Option 2: Using the MSI Installer (.msi)

  1. Download the meetily-frontend_0.0.4_x64_en-US.msi file

  2. Double-click the MSI file to run it

  3. Follow the installation wizard to complete the setup

  4. The application will be installed and available on your desktop

Backend Setup

Windows Backend Setup Tutorial

Option 1: Manual Setup

  1. Clone the repository:
git clone https://github.com/Zackriya-Solutions/meeting-minutes
cd meeting-minutes/backend
  1. Build dependencies:
.\build_whisper.cmd
  1. Start the backend servers:
.\start_with_output.ps1

Option 2: Docker Setup (including ARM64/Snapdragon)

# Clone the repository
git clone https://github.com/Zackriya-Solutions/meeting-minutes.git
cd meeting-minutes
 
# Run the Docker build script (interactive setup)
.\docker-build.bat

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
 
# Install Meetily using Homebrew
brew tap zackriya-solutions/meetily
brew install --cask meetily
 
# Start the backend server
meetily-server --language en --model medium

Option 2: Manual Installation

  1. Download the dmg_darwin_arch64.zip file

  2. Extract the file

  3. Double-click the .dmg file inside the extracted folder

  4. Drag the application to your Applications folder

  5. Execute the following command in terminal to remove the quarantine attribute:

xattr -c /Applications/meetily-frontend.app

Once the installation is complete, we need to grant permission once more to the updated version. To do this, remove the existing version from the system and revoke screen recording access to the old app while adding the new one.

  1. Select the old app
image
  1. Remove the app
image

Proceed to restart the app, start recording, and enable screen recording access.

Backend Setup

Option 1: Using Homebrew (Recommended)

# Install the backend using Homebrew
brew install meetily-backend
 
# Download a Whisper model (choose size based on your needs)
meetily-download-model medium
 
# Start the backend server
meetily-server

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

  • The processing after recording takes too much time on windows os

Support

For support, please visit:

Related Issues and Future Improvements

Features Implemented in v0.0.4

  1. Enhanced Model Configuration Management (Doesn't support macOS intel? #77 )
  • Added OpenAI provider support

  • Improved model selection options

  • Backend cleanup and CLI testing script

  1. Windows Installation Improvements (Building whisper backend on Windows ARM #54 , Install of packaged release failed when Teams not installed #70 )
  • Fixed Windows installer bugs

  • Addressed security warnings

  • Improved installation process

  1. Backend Optimizations (Build fails on macOS ARM when using Homebrew LLVM Clang instead of Apple Clang #64 )
  • Streamlined backend architecture

  • Removed unnecessary dependencies

  • Enhanced transcript handling

  1. Meeting History and Management (Could you please share a video how to deploy the solution through VS #43 )
  • Implemented meeting history tracking

  • Added management interface

  • Enhanced user experience

Planned Improvements

  1. Audio and Recording (Suggestions: Whisper GPU Acceleration, File Upload, Summary Customization, App-specific Audio Capture, UI Tweaks #81 , Request failed: error sending request for url (http://127.0.0.1:8178/stream): error trying to connect: tcp connect error: (os error 10061) #68 )
  • Fix audio transmission issues

  • Consider CosyVoice integration

  • Improve app-specific audio capture

  1. Platform Support (When I press the recording button, the background displays an audio transmission issue. May I ask what the reason is? #78 , what if support CosyVoice that will better #66 )
  • Add macOS Intel support

  • Fix ARM build issues

  • Improve cross-platform compatibility

  1. Installation and Deployment (Introduce OpenAIProvider, Backend Cleanup, and CLI Testing Script #74 , Add experiment folder #48 )
  • Fix Teams dependency issues

  • Improve Homebrew Cask support

  • Enhance installation process

  1. UI/UX Enhancements (Backend Cleanup Log and Refactoring Summary - v0.0.3 #62 )
  • Fix settings screen errors

  • Improve user interface

  • Add meeting history management

  1. Backend Improvements (Errors in the settings screen #59 , Identify Attendees Based on Voice #56 )
  • Docker containerization

  • Local Ollama integration

  • API interface improvements

Future Roadmap

For more details and to track progress, please visit our GitHub Issues.

What's Changed

New Contributors

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..
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /