- 27 Apr, 2024 1 commit
-
-
Hernan Martinez authored
-
- 26 Apr, 2024 2 commits
-
-
Daniel Hiltgen authored
The zip file encodes the OS and architecture, so keep the short exe name
-
Daniel Hiltgen authored
This will make it simpler for CI to accumulate artifacts from prior steps
-
- 23 Apr, 2024 1 commit
-
-
Daniel Hiltgen authored
Now that the llm runner is an executable and not just a dll, more users are facing problems with security policy configurations on windows that prevent users writing to directories and then executing binaries from the same location. This change removes payloads from the main executable on windows and shifts them over to be packaged in the installer and discovered based on the executables location. This also adds a new zip file for people who want to "roll their own" installation model.
-
- 26 Mar, 2024 1 commit
-
-
Patrick Devine authored
-
- 15 Mar, 2024 1 commit
-
-
Daniel Hiltgen authored
Flesh out our github actions CI so we can build official releaes.
-
- 11 Mar, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 22 Feb, 2024 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 21 Feb, 2024 2 commits
-
-
Jeffrey Morgan authored
* remove `-w -s` linker flags on windows * use `zip` for windows installer compression
-
Jeffrey Morgan authored
-
- 16 Feb, 2024 1 commit
-
-
Daniel Hiltgen authored
Also fixes a few fit-and-finish items for better developer experience
-
- 15 Feb, 2024 3 commits
-
-
Daniel Hiltgen authored
This will be useful for our automated test riggig, and may be useful for advanced users who want to "roll their own" system service
-
jmorganca authored
-
Daniel Hiltgen authored
This focuses on Windows first, but coudl be used for Mac and possibly linux in the future.
-