-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: Jan has a portable / non install version #2643
Comments
related to #1435 |
Not likely to be fully supported We have some portability, but I'm not sure 100% portability makes sense for us at the moment. Not sure if you disagree @dan-homebrew @hiento09 e.g.
|
@0xSage, I understand that |
I agree with you that our data is in ~/jan, and allowing the data folder to be changed, so this portable version doesn't make much sense to me at the moment as well. |
Not sure here, but cant the actual program files folder be redirected? and just have a launcher that redirects from program files to maybe another "program files " but rather than in the OS, in the portable app folder. |
Not exactly. The point is not to throw a lot of crap around elsewhere, as typically any app does (starting from LM Studio, using not just one or two different paths, but three+squirrel temp files) Normally you want to use paths like this way (normally seen in unix)
Regards. |
Goal
Problem
All the disadvantages of a regular installation and data portability caused by it.
Success Criteria
Being able to run Jan from a external drive and just doing a full back by copying the folder where it is extracted, using a portable installation is now a common good practice in software development and as such usually requested.
The text was updated successfully, but these errors were encountered: