Initial GESIS OpenCode installer

This commit is contained in:
aseimel
2026-06-29 19:36:31 +02:00
commit cf0a5e515d
14 changed files with 1656 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# GESIS OpenCode Installer Source
This folder contains the source and rebuild materials for `GESIS-OpenCode-Installer.exe`.
To rebuild on Windows:
```powershell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\Build-GuiInstaller.ps1
```
The built EXE embeds the GESIS logo assets and writes a user-specific OpenCode configuration after probing the GESIS AI Server for models available to the user's API key.