Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable usage of kai binary in non-admin Windows use case #330

Closed
4 tasks done
dymurray opened this issue Aug 29, 2024 · 2 comments
Closed
4 tasks done

Enable usage of kai binary in non-admin Windows use case #330

dymurray opened this issue Aug 29, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@dymurray
Copy link

dymurray commented Aug 29, 2024

Consider a user who is running on a secured corporate laptop. (Think of a user in a FSI or Public Sector).

Requirements:

  • Windows OS
  • User is NOT able to install additional runtimes, they are limited to only using the runtimes provided in their corporate image. We will assume this includes a JDK and an IDE
  • User has limited permissions, is able to download, save, and open a compressed file (zip)
  • User is NOT able to run a typical Windows installation process, i.e. not able to install libraries/files to privileged directories
  • All dependencies must be contained within the zip file
  • NO reliance on 3rd party utilities being present, i.e. we can not depend on a system 'grep', if we need a utility it must be bundled in the zip and must be able to run without requiring an official installation more than unzipping it.
  • User is NOT able to launch a process that requires the need to open and listen on a port

Tasks

  1. client
    pranavgaikwad shawn-hurley
  2. client
    JonahSussman fabianvf
    pranavgaikwad shawn-hurley
@dymurray dymurray added this to the Milestone #1 milestone Aug 29, 2024
@jwmatthews
Copy link
Member

Adding links to other things we may consider in future for bundling Python apps if we are not happy with PyInstaller:

@dymurray dymurray changed the title Enable usage of kai client in non-admin Windows use case Enable usage of kai binary in non-admin Windows use case Oct 14, 2024
@dymurray dymurray changed the title Enable usage of kai binary in non-admin Windows use case Enable usage of kai RPC server in non-admin Windows use case Oct 14, 2024
@dymurray dymurray changed the title Enable usage of kai RPC server in non-admin Windows use case Enable usage of kai binary in non-admin Windows use case Oct 14, 2024
@dymurray
Copy link
Author

#414 to fix last piece

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

7 participants