プログラミング
Google Antigravity
Google Antigravity - Build the new way

反重力ロゴ

Linux用ダウンロード

deb ベースの Linux ディストリビューション (例: Debian、Ubuntu)

1.リポジトリをsources.list.dに追加する

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://us-central1-apt.pkg.dev/doc/repo-signing-key.gpg | \
  sudo gpg --dearmor -o /etc/apt/keyrings/antigravity-repo-key.gpg
echo "deb [signed-by=/etc/apt/keyrings/antigravity-repo-key.gpg] https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/ antigravity-debian main" | \
  sudo tee /etc/apt/sources.list.d/antigravity.list > /dev/null

2. パッケージキャッシュを更新する

sudo apt update

3. パッケージをインストールする

sudo apt install antigravity

rpm ベースの Linux ディストリビューション (例: Red Hat、Fedora、SUSE)

1. リポジトリを/etc/yum.repos.dに追加する

sudo tee /etc/yum.repos.d/antigravity.repo << EOL
[antigravity-rpm]
name=Antigravity RPM Repository
baseurl=https://us-central1-yum.pkg.dev/projects/antigravity-auto-updater-dev/antigravity-rpm
enabled=1
gpgcheck=0
EOL

2. パッケージキャッシュを更新する

sudo dnf makecache

3. パッケージをインストールする

sudo dnf install antigravity

別のディストリビューションをお使いですか? ソース tarball はここからダウンロードできます。

MacOS または Windows をご利用ですか?すべてのダウンロードオプションを表示

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny

タイトルとURLをコピーしました