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

feat: Install Jan AI using the Homebrew package #1776

Open
lgrardin opened this issue Jan 25, 2024 · 3 comments
Open

feat: Install Jan AI using the Homebrew package #1776

lgrardin opened this issue Jan 25, 2024 · 3 comments
Assignees
Labels
P3: nice to have Nice to have feature type: feature request A new feature
Milestone

Comments

@lgrardin
Copy link

Hello Jan AI Developers,

I hope this message finds you well. I wanted to reach out to express my appreciation for the work you've put into developing Jan AI. It's a fantastic tool that has proven to be invaluable.

I have a quick question regarding the installation process. Is there a way to install Jan AI using the Homebrew package manager with a command like "brew install --cask"?

Thanks !

@lgrardin lgrardin added the type: bug Something isn't working label Jan 25, 2024
@Van-QA Van-QA assigned louis-jan and hiento09 and unassigned Van-QA Jan 26, 2024
@hiro-v hiro-v added P3: nice to have Nice to have feature type: feature request A new feature and removed type: bug Something isn't working labels Jan 27, 2024
@imtuyethan imtuyethan changed the title brew install ? feat: Install Jan AI using the Homebrew package Feb 6, 2024
@Van-QA
Copy link
Contributor

Van-QA commented Mar 6, 2024

@Van-QA Van-QA added this to the v0.4.8 milestone Mar 6, 2024
@Van-QA Van-QA mentioned this issue Mar 7, 2024
5 tasks
@Van-QA
Copy link
Contributor

Van-QA commented Mar 8, 2024

Currently, our homebrew only supports Mac Silicon ✅, we need:

  1. Brew should support multiple architectures:
cask "visual-studio-code-insiders" do
  cpu :intel do
    version "1.53.0,6dc779565e1e4a26104002fde340b68c157c3bc5"
    sha256 "ea08cd72f7501223d1c888b300bd961df27e80558e4e51c868740f651f3912ce"
    ""
  end

  cpu :arm do
    version "1.53.0,e17aea136d32fdb06d9b32184b04ccd36bb51e9c"
    sha256 "3f9bdb6867636cc9116d96a09aef53a927e1636609df33bfe23a1275107a04b6"
    "-arm64"
  end

  cpu # Need to call `cpu` method to initialize `version`

  url "https://az764295.vo.msecnd.net/insider/#{version.after_comma}/VSCode-darwin#{cpu}.zip",
      verified: "az764295.vo.msecnd.net/insider/"
  # ...
end
  1. Cleanup the uninstallation steps, @louis-jan

@Van-QA Van-QA modified the milestones: v0.4.8, v0.4.10 Mar 11, 2024
@lgrardin
Copy link
Author

Thank you very much, it's great! See you soon.

@lgrardin lgrardin reopened this Mar 11, 2024
@Van-QA Van-QA reopened this Mar 25, 2024
@Van-QA Van-QA modified the milestones: v0.4.10, v0.4.11 Mar 25, 2024
@Van-QA Van-QA modified the milestones: v0.4.11, v0.4.12 Apr 4, 2024
@Van-QA Van-QA modified the milestones: v0.4.12, v0.4.13 Apr 17, 2024
@Van-QA Van-QA modified the milestones: v0.5.0 Broken Rice, v0.5.1 May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3: nice to have Nice to have feature type: feature request A new feature
Projects
Archived in project
Development

No branches or pull requests

5 participants