Commit graph

48 commits

Author SHA1 Message Date
CJ Pais
7e2760ea27
arm linux build? (#629)
* arm build?

* try newer vulkan

* dont think this will work but try anyway

* Update build.yml
2026-01-20 13:03:03 +08:00
Viren Mohindra
d3a0281062
fix: prevent crash on macos 26.x beta during startup (#473)
defer apple intelligence availability check from app initialization
to when the user actually tries to use the feature. accessing
SystemLanguageModel.default during early app startup causes SIGABRT
on macOS 26.x (tahoe) beta.

- remove availability check from default_post_process_providers()
- always include apple intelligence provider on macos arm64
- add checkAppleIntelligenceAvailable command for lazy checking
- show error message if apple intelligence unavailable when selected
- clear error on any dropdown selection for better UX
2026-01-04 07:52:06 +08:00
CJ Pais
26c4f6c53f try pr test build? 2025-12-29 12:28:35 +07:00
CJ Pais
0477c6a888
move to macos 26 ci (#440) 2025-12-12 16:13:02 +07:00
CJ Pais
f87051f464
Add Internationalization Support (#437)
* basic i18n

* tweak

* translate app

* add linting to make sure we have translations

* run linter on pr

* format
2025-12-12 11:16:54 +07:00
CJ Pais
d52bec9d87 fix workflow? 2025-11-30 11:28:41 +07:00
CJ Pais
3d15ee13c5 add prettier format check to pr 2025-11-29 16:52:02 +07:00
Jorge
45eec57226
feat: add fallback microphone for clamshell/desktop mode (#329)
* feat: add fallback microphone for clamshell/desktop mode

* refactor: moved "Closed Laptop Microphone" setting to Debug

* cleanup

* run format

* add check back

---------

Co-authored-by: CJ Pais <cj@cjpais.com>
2025-11-17 10:38:41 +07:00
Dariel Dato-on
832eb2766c
Enable Windows ARM64 builds in CI (#340) 2025-11-15 17:02:55 +08:00
CJ Pais
11ce9a7a53
Fix Whisper Crashing on Linux + CI Fixes (#212)
* bump to latest transcribe-rs

* direct dep?

* disable avx for whisper?

* verbose?

* rust verbose?

* debug symbols

* support debug builds properly

* split release for appimage

* fix artifact name
2025-10-13 14:43:48 -07:00
CJ Pais
d0a3ef335e fix ci? 2025-08-19 19:34:33 -07:00
CJ Pais
90395c8ba4 fix? 2025-08-19 19:29:28 -07:00
CJ Pais
425dd11b25 try draft release again? 2025-08-19 19:10:16 -07:00
CJ Pais
c8aa9e84f4 try fuse 2025-08-19 17:53:51 -07:00
CJ Pais
8b73217ff8 remove libwayland from appimage? 2025-08-19 17:37:36 -07:00
CJ Pais
ff0d5863a4 have 22.04 and 24.04 builds for now 2025-08-18 16:59:32 -07:00
CJ Pais
19aad352ad 22.04 build? 2025-08-18 16:41:42 -07:00
CJ Pais
d3429f8bb0 clean out the cache on ci for whisper 2025-08-18 16:05:32 -07:00
CJ Pais
ebb15898b3 Fix test build, potentially. 2025-08-18 15:08:04 -07:00
CJ Pais
6e6f475232 fix perms? 2025-08-18 14:26:25 -07:00
CJ Pais
93808dca97 migrate to unified ci? 2025-08-18 14:23:44 -07:00
CJ Pais
3d9ab1d8be fix vulkan? 2025-07-18 18:27:09 -07:00
CJ Pais
e45165d7b1 fix missing 24.04 2025-07-18 18:12:52 -07:00
CJ Pais
6645d57d14 fix deps 2025-07-18 17:59:38 -07:00
CJ Pais
100706b03e attempt to fix fedora display with 24.04 and lib fix? 2025-07-18 17:58:16 -07:00
CJ Pais
fa415602ad dont need to dl model files anymore 2025-07-11 18:30:02 -07:00
CJ Pais
9036c05088 initial working version of multiple models + cleanup and onboarding 2025-06-30 14:27:21 -07:00
CJ Pais
0a34c20c7e
Update release.yml 2025-06-26 14:33:27 -07:00
CJ Pais
fff8be3a96 better menu 2025-06-26 13:53:17 -07:00
CJ Pais
898a0120b8 auto update code + revised menu 2025-06-26 13:50:11 -07:00
CJ Pais
6a9dc8853b draft release 2025-06-25 19:13:16 -07:00
CJ Pais
6b5ace43c7 download model files and put them into place for release 2025-06-25 19:11:12 -07:00
CJ Pais
0d10b5195e final? 2025-06-25 18:46:20 -07:00
CJ Pais
dab5462a94 build for ubuntu 2025-06-25 18:29:17 -07:00
CJ Pais
bc22b0a432 run 2025-06-25 18:26:39 -07:00
CJ Pais
1e673c27a1 trusted-signing-cli for windows 2025-06-25 18:23:00 -07:00
CJ Pais
ede97cde5e add windows back 2025-06-25 18:20:54 -07:00
CJ Pais
4317d7f0b5 vulkan ubuntu? 2025-06-25 18:20:04 -07:00
CJ Pais
2330162567 diff vulk 2025-06-25 18:11:17 -07:00
CJ Pais
98e6c1b3f5 more vulkan 2025-06-25 17:45:26 -07:00
CJ Pais
34c492e9ef add Glslang 2025-06-25 17:42:14 -07:00
CJ Pais
e31f9f244b linux libs, install vulkan on windows/linux 2025-06-25 17:33:58 -07:00
CJ Pais
0f61f81717 on macos only for cert 2025-06-25 17:15:35 -07:00
CJ Pais
ca3bdd4bb9 use bun not node 2025-06-25 17:10:25 -07:00
CJ Pais
60f1589c97 bun install? 2025-06-25 17:09:24 -07:00
CJ Pais
a691bd3a9a try to build every commit on test? 2025-06-25 17:04:00 -07:00
CJ Pais
863a83b2c5
Update main.yml 2025-06-25 13:59:02 -07:00
CJ Pais
cb388a4bdd
Create main.yml 2025-06-25 13:56:15 -07:00