You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add launcher (WIP)
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Update gomod
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Cleanup, focus on systray
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Separate launcher from main
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Add a way to identify the binary version
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Implement save config, and start on boot
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Small fixups
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Save installed version as metadata
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Stop LocalAI on quit
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Fix goreleaser
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Check first if binary is there
Signed-off-by: Ettore Di Giacinto <[email protected]>
* do not show version if we don't have it
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Try to build on CI
Signed-off-by: Ettore Di Giacinto <[email protected]>
* use fyne package
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Add to release
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Fixups
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Fyne.Do
Signed-off-by: Ettore Di Giacinto <[email protected]>
* show WEBUI button only if LocalAI is started
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Default to localhost
Signed-off-by: Ettore Di Giacinto <[email protected]>
* CI
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Show rel notes
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Update logo
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Small improvements and fix tests
Signed-off-by: Ettore Di Giacinto <[email protected]>
* Try to fix e2e tests
Signed-off-by: Ettore Di Giacinto <[email protected]>
---------
Signed-off-by: Ettore Di Giacinto <[email protected]>
go run github.com/tiagomelo/macos-dmg-creator/cmd/createdmg@latest \
529
+
--appName "LocalAI"\
530
+
--appBinaryPath "$(LAUNCHER_BINARY_NAME)"\
531
+
--bundleIdentifier "com.localai.launcher"\
532
+
--iconPath "core/http/static/logo.png"\
533
+
--outputDir "dist/"
534
+
535
+
build-launcher-linux:
536
+
cd cli/launcher && go run fyne.io/tools/cmd/fyne@latest package -os linux -icon ../../core/http/static/logo.png --executable $(LAUNCHER_BINARY_NAME)-linux && mv launcher.tar.xz ../../$(LAUNCHER_BINARY_NAME)-linux.tar.xz
0 commit comments