Cortex.cpp: Installation & Uninstallation #1114
Replies: 12 comments 2 replies
-
Installer:
|
Beta Was this translation helpful? Give feedback.
-
@hiento09 I spot some inconsistencies in your folder/file naming vs #1040 |
Beta Was this translation helpful? Give feedback.
-
I just edited my comment base on this comment #1040 (comment) from @dan-homebrew |
Beta Was this translation helpful? Give feedback.
-
@hiento09 I made some changes to your folder/binary layout, based on our earlier discussion #1092 Changes
Installer:
|
Beta Was this translation helpful? Give feedback.
-
Thank you @dan-homebrew |
Beta Was this translation helpful? Give feedback.
-
Task to do here #1030 |
Beta Was this translation helpful? Give feedback.
-
For installer, llamacpp engine will be installed by default |
Beta Was this translation helpful? Give feedback.
-
@hiento09 Can I clarify my understanding of the Installer, as there are a couple of things that are not aligned from our discussion last week: Last week's discussion: https://link.excalidraw.com/l/kFY0dI05mm/3rpQK5NI8Xb Installer Contents
Installation MethodsFor the 3 operating systems, my understanding was as follows:
From the post above, it seems like we're going directly to My question: Does the Installation LogicMy understanding is that our Installation logic focuses on two tasks:
AlternativesI am increasingly thinking that it is a better idea for us to pack a larger installer:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Link the final decision for naming here #1092 |
Beta Was this translation helpful? Give feedback.
-
@hiento09 one of our macOS users found Jan files in
For 3: see examples: com.microsoft.VSCode.ShipIt.UUID.plist
org.whispersystems.signal-desktop.ShipIt.UUID.plist |
Beta Was this translation helpful? Give feedback.
-
then keep the naming - no need to break things unnecessarily 🙏
…On Tue, Sep 10, 2024 at 12:23 PM hiento09 ***@***.***> wrote:
@0xSage <https://github.com/0xSage> , cc @louis-jan
<https://github.com/louis-jan>
1. Is this something that is automatically cleared by OS when we
uninstall on mac => Yes
2. Will we need to take care of this dangling file. => No, it's a part
of Jan app and is taking care by electron-builder
3. File naming wise, is it supposed to be inverse , i.e. ai.jan.app...
=> Yes, we can change to whatever name, just notify that change app ID will
cause auto-updater crash
—
Reply to this email directly, view it on GitHub
<#1114 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQVWFCF3LZG6LLZUCNP2AFDZVZX2TAVCNFSM6AAAAABNWZWFBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANJZG44DGMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
Major Decisions
cortex engines init llamacpp
).exe
,.dmg
,.deb
and.appimage
)Out-of-scope (for now)
Related Issues
Cortex's Installed Files
Installer:
.exe
C:\Users\<username>\AppData\Local\cortexcpp\cortex.exe
C:\Users\<username>\AppData\Local\cortexcpp-beta\cortex-beta.exe
C:\Users\<username>\AppData\Local\cortexcpp-nightly\cortex-nightly.exe
C:\Users\<username>\.cortexrc
C:\Users\<username>\.cortexrc-beta
C:\Users\<username>\.cortexrc-nightly
C:\Users\<username>\.cortexcpp
C:\Users\<username>\.cortexcpp-beta
C:\Users\<username>\.cortexcpp-nightly
.deb
/usr/bin/cortexcpp
/usr/bin/cortexcpp-beta
/usr/bin/cortexcpp-nightly
/home/<username>/.cortexrc
/home/<username>/.cortexrc-beta
/home/<username>/.cortexrc-nightly
/home/<username>/.cortexcpp
/home/<username>/.cortexcpp-beta
/home/<username>/.cortexcpp-nightly
.pkg
/usr/local/bin/cortexcpp
/usr/local/bin/cortexcpp-beta
/usr/local/bin/cortexcpp-nightly
/Users/<username>/.cortexrc
/Users/<username>/.cortexrc-beta
/Users/<username>/.cortexrc-nightly
/Users/<username>/.cortexcpp
/Users/<username>/.cortexcpp-beta
/Users/<username>/.cortexcpp-nightly
Original Post
Motivation
Couple of options:
brew install cortexcpp
or something like that)Beta Was this translation helpful? Give feedback.
All reactions