Skip to content

Update build instructions#275

Open
tleyden wants to merge 5 commits intoZackriya-Solutions:devtestfrom
tleyden:patch-1
Open

Update build instructions#275
tleyden wants to merge 5 commits intoZackriya-Solutions:devtestfrom
tleyden:patch-1

Conversation

@tleyden
Copy link

@tleyden tleyden commented Dec 14, 2025

Description

The build instructions didn't work the first time I tried them. I checked the README, and noticed a few more steps not mentioned in the build instructions.

Related Issue

N/A - it is trivial enough of a change that it doesn't need an issue

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Other (please describe)

Documentation

  • Documentation updated
  • No documentation needed

sujithatzackriya and others added 5 commits August 13, 2025 02:39
…test

Hotfixes: README updates for Windows installer and homebrew; About component refactoring
…iya-Solutions#205)

* tray and notification added

* fix analytics related build error

* changed behaviour of left-click to open menu instread of opening main window

* tray label toggling added

* bugfix: feat/tray

* progress update added

* notification toggler added

* base localwhisper working

* basic model management added

* model mgmt, code tweaks, features addition to cargo-disabling for now

* fixed start notification issue and tray update on error

* Added a pop up for letting users know - they should let others know that they are recording

* failed to send audio data resolved

* model loading and unloading on start recording and stop recording

* open router added to frontend; known issue with db

* model list tweaks

* model management tweaks

* Added updated build script for windows frontend

* Added the long time recording issue fix

* Added a MacOS specific fix : mac recording was not starting

* Code cleanup p1

* Testing the initial VAD, Wishper-rs, recording save, etc features

* Testing; fixing

* New audio system

* Meeting saving working

* Buggy code with recording error, settings page issues and device selection issues and name saving is not working.

* Audio selection added; code with recording error, fixed meeting name issue

* Initial recording implementation with state management and devices

* Settings modal update: better, snappy

* Analytics; meeting stop

* before parallel processing implementation

* Parallel processing; tray update; pause meeting recording

* Added notification; model management; recording checks and updates; processing enhancement

* Fixed windows build error bug

* Audio level mock implementation

* Better accelerated transcription

* Better accelerated transcription for system; mic has issues to be fixed

* Updated build files

* Updated build and dev files

* Updated the build and dev commands

* Optimized mac build; fix windows dev issues

* Better audio handling

* Better audio handling; mic issues still there

* base dependencies and build fix

* Before new mixing

* Better recording

* Better recording; Better transcription

* Removed partial styling

* db integrated excepting the summary

* Meeting transcript chunk time saving

* Meeting transcript chunk time saving: frontend

* Meeting transcript chunk time saving: Tauri

* CLAUDE update

* Audio and transcript recording - faster processing, structured saving with consistant timestamp

* Audio and transcript recording - faster processing, structured saving with consistant timestamp

* Linux  dependency addition - futures-channel = 0.3.31

* VAD redumption time update to remove 2 seconds wait

* Added visual indicator for recorsing

* Better transcript accuracy with change in parameter

* Audio file extention update

* db integration with summary generation completed

* Model selection bug fix: commands updated

* Model selection bug fix: Model selection commands added

* Fix UTF-8 string slicing panic in API response logging

Fixed panic that occurred when logging API responses containing multi-byte UTF-8 characters (e.g., Punjabi/Gurmukhi script). The issue was caused by direct byte-index slicing which could split multi-byte characters.

**Root Cause:**
- Line 298: `&response_text[..std::cmp::min(200, response_text.len())]` could slice in the middle of multi-byte UTF-8 characters
- Line 211: Similar issue with auth token truncation

**Solution:**
- Replaced byte-index slicing with character-aware truncation using `.chars().take(N).collect::<String>()`
- This safely respects UTF-8 character boundaries

**Error Before Fix:**
```
thread panicked at src/api/api.rs:298:50:
byte index 200 is not a char boundary; it is inside 'ਮ' (bytes 198..201)
```

* resolved conflicts and some fixes related to conflict resolving

* onboarding added for graceful database migration

* warning cleaning

* ui edits settings button changes and small tweaks

* dev and build scripts update

* Fixed the loading issue after the recording is done. monitor idle state along with error state

* Initial system audio recording check disabled

* Core audio disabled

* Dynamic routing and permission checks added

* ffmpeg related cmd popup in the middle fix

* Permission buttons

* DB and Model directory commands and logic added

* Updated settings navigation

* Added toaster

* Fixed warning during build for mac specific command

* Added the pipeline change to wait for 1.5 seconds of silence for better speech processing - more chunks during normal speech

* Added the pipeline change to wait for 1.5 seconds of silence for better speech processing - more chunks during normal speech

* Fixed the transcript lose due to skip chunk issue

* Added sidebar behaviour; Added bluetooth device fix

* Add commands for device events

* Document bluetooth playback issues

* Handle BT devices; resampling

* Handle BT devices; resampling; show warning

* Handle BT devices; resampling; show warning

* Notification settings update

* ollama endpoint addition and some ux fixes

* settings tab creation for summary models

* Added FFMPEG bug fix - find ffmpeg path ratherthan using hardcoded path

* fix initial ollama model fetch even for non ollama providers

* Not fetching issue fixed

* mplemented comprehensive analytics tracking across the Meetily application to monitor user behavior, feature adoption, and application health metrics. All analytics are logged to PostgreSQL via the existing PostHog infrastructure with minimal local state management in analytics.json.

* Bugfix : Analytics tauri store version update

* Enhanced analytics with ability to capture major details such as device selection, language selection, preference changes, recording settings

* Package missmatch error was shown during build; fixed it

* config data sync fix

* Build error fixes are applied

* ffmpeg popup issue fix

* Added windows/linux build fix

* Implement Homebrew database auto-detection feature

Added a new component, HomebrewDatabaseDetector, to check for the existence of a Homebrew database and retrieve its size. Integrated this component into the LegacyDatabaseImport dialog. Updated Tauri commands to support database detection functionality.

* Enhance Homebrew database detection to support multiple paths

Updated the HomebrewDatabaseDetector component to check for the existence of the Homebrew database in both Apple Silicon and Intel Mac paths. The detected path is now displayed dynamically, improving user experience and compatibility.

* Refactor AnalyticsConsentSwitch and AnalyticsProvider to remove default analyticsOptedIn setting

Updated both components to eliminate the default value for analyticsOptedIn in the load function, streamlining the analytics preference handling process.

* Fix model selection logic to respect saved configuration, enable selection in settings page, and optimize modal loading

* Fix model download progress bug

* Fix model loading bug

* Removed unwanted logs

* Updated with home page and settings page bug fix for model selection

* Update version to 0.0.6 and set default analyticsOptedIn in multiple components

Bumped the application version to 0.0.6 in package.json, About component, Sidebar, and Cargo.toml. Updated AnalyticsConsentSwitch and AnalyticsProvider to include a default value for analyticsOptedIn in the load function, enhancing analytics preference management.

* Refactor HomebrewDatabaseDetector to enhance import functionality and user interaction

Updated the HomebrewDatabaseDetector component to replace the onDatabaseFound callback with onImportSuccess and onDecline. Added user prompts for importing existing databases with success and error handling, improving the overall user experience. Integrated the updated component into LegacyDatabaseImport. Bumped version to 0.0.6 in tauri.conf.json.

* Downgraded whisper-rs and changed beam size for windows for achieving more speed

* Initial parkeet test

* Big bad refactoring - Optimizing the transcription

* summary section removed in home(recording page)

* transcript metadata location change and transcript max-w set

* streaming effect added in the transcriptview

* Added the UX fixes to new model nanagement and transcription flow

* auto-scrolling base

* auto scroll done

* simplified model selection with simple names and accordion

* Fixed issue with transcription history management issue that occured after merge

* UX improvements - Model management, UI button position fixes

* Default model selection - changed to parkeet

* Removed the onSave

* Transcript filter update

* Updated audio processing with better control

* UX improvements

* UX improvements

* Removed repeated letters and words being shown - bad UX. cleanup transcript

* Remove vulkan as default for linux

* Recording pause timer update

* Better transcription accuracy after changing the redumption time.

* Removed normalizer

* readme updated

* Porting to core audio from screen capure kit

* Fixed windows powershell pop up issue

* Advanced mic noise removal

* Recording audio fixes; Recording status indicator ux fix

* Windows specific redumption time

* Windows specific redumption time

* Audio quality issue fix

* Removed the debug log

* Added EBU R128 Normalization to system audio

* Removed EBU R128 Normalization to system audio

* Removed BT device warning

* Better audio mixing and device detection logic for better processing

* Before FFMPEG mixer addition

* Removed the echo in recorded system audio

* Bluetooth device fix: Added advanced resampling

* Removed the unwanted notification library

* Justify transcript text

* UI changes; version update

* Name update

* Fix macOS system audio echo caused by duplicate capture paths

* Fix : Analytics focused fixed

* Enhancement : Analytics

* Model management fix - parakeet

* Model management fix - whisper

* UX enhancements - added toasters

* UI enhancements : Recording notifications; Navigation on sidebar

* Fix: Download model issue - duplication

* Sync recording status with sidebar

* Transcript processing logic bug fix

* Fix: Recording metadata, transcript saving, and meeting details integration

* Added basic templates

* Added template files

* Added template based selection for processing

* Added more templates

* Details page cleanup

* Details page cleanup: added hooks

* Details page cleanup: moved to components

* Changed the UI behaviour : blovknotes summary

* Added the ollama download/fetch/update options

* Added the ollama download/fetch/update options

* Added new components from shadcn

* Added tauri config update for template fetching

* Auto generate meeting notes

* Updated model management

* Updated model management; enhanced UX

* Updated model management: Added the download status chcking for ollama models

* UI enhancement - button positioning, UI woking enhancement

* Build error fixes; Ollama custom download

* Build error fixes; Ollama custom download

* Dynamic context length selection for ollama models

* Added the meeting recordings button and functionality

* Added button group styling

* Fixes for Smooth UX

* Fixes for Smooth UX

* Fixed auto scroll missmatch

* Fixed auto scroll missmatch

* UI fixes

* Fix: Default model issue fixed

* installation content in readme updated

* acknowledgement added

* Added new images and gif

---------

Co-authored-by: Mohammed Safvan <safvan@zackriya.com>
Co-authored-by: Mohammed Safvan <mohammedsafvannk@gmail.com>
Co-authored-by: athulchandroth <chandroth@zackriya.com>
For Mac OS download
Added instructions for running steps from the frontend directory and installing dependencies.
@tleyden
Copy link
Author

tleyden commented Dec 14, 2025

One more step I had to do that might be worth mentioning in the docs: git checkout 0.1.1.

I was able to build the app from the main branch, but I ended up getting an error in the UI. (sorry I lost the screenshot, but could repro it if needed)

@sujithatzackriya sujithatzackriya changed the base branch from main to devtest December 23, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants