git404hub

what is antigravity-2-fedora-installer fr?

jssroberto/antigravity-2-fedora-installer — explained in plain English

Analysis updated 2026-05-18

11ShellAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A shell script that installs Antigravity 2.0 on Fedora Workstation with native Wayland support, handling downloads, file placement, SELinux setup, and desktop shortcuts automatically.

vibe map

mindmap
  root((repo))
    What it does
      Installs Antigravity 2
      Enables native Wayland
      Fixes blurry text
    Install modes
      System-wide install
      User home install
      Dry run option
    Tech involved
      Shell script
      Fedora Wayland
      SELinux
    Extras
      Desktop shortcut
      Terminal launcher
      Uninstall script

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Install Antigravity 2.0 on Fedora Workstation with native Wayland mode to eliminate blurry text and sluggish graphics.

VIBE 2

Run Antigravity 1.x and 2.0 side by side on the same Fedora machine.

VIBE 3

Install the app for your user account only, with no administrator password needed.

VIBE 4

Do a dry run to verify your system meets all prerequisites before making any changes.

what's the stack?

ShellFedoraWaylandSELinuxGNOME

how it stacks up fr

jssroberto/antigravity-2-fedora-installerabiodundotdo/termframeaveyo/streamlink-portable
Stars111212
LanguageShellShellShell
Last pushed2018-01-22
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity2/52/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires Fedora Workstation with Wayland, run with --dry-run first to confirm prerequisites are met.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

This repository contains a shell script that installs Antigravity 2.0, a standalone application, on Fedora Workstation running the Wayland display system. The script handles downloading, verifying, and placing the application files in the right locations, then sets up the desktop launcher and command-line shortcut so the app can be opened normally. Fedora uses Wayland as its default graphics environment, and applications built on the Chromium browser engine sometimes run through a compatibility layer called XWayland when not configured for native Wayland support. Running through that compatibility layer can cause blurry text and sluggish graphics. This installer automatically adds the startup flags needed to run Antigravity in native Wayland mode, which eliminates those issues. The installer offers two installation modes. The default mode installs system-wide under shared directories and requires your administrator password. The user mode installs everything in your home directory without needing any elevated permissions. Both modes result in a working desktop shortcut and a command you can type in a terminal to launch the app. A dry-run option lets you verify that your system meets the prerequisites and that the download works before committing any changes to disk. Fedora also enforces SELinux, a security system that controls which files programs can access. The installer runs the appropriate command after placing files to ensure Fedora's security policies apply correctly to the installed application. The README also documents how to run both Antigravity 1.x and Antigravity 2.0 side by side on the same machine, including a known limitation where both versions share the same identifier in the GNOME taskbar. An uninstall script is included to cleanly remove all files for both installation modes. The project is released under the MIT license.

prompts (copy fr)

prompt 1
Write me a Fedora shell installer script that downloads an app, sets Wayland startup flags, fixes SELinux context, and creates both a desktop shortcut and a terminal command.
prompt 2
Add a dry-run mode to my Fedora installer that checks prerequisites and tests the download without writing any files to disk.
prompt 3
How do I set native Wayland flags for a Chromium-based app on Fedora so it does not run through XWayland and cause blurry text?
prompt 4
Write a clean uninstall script that removes all files placed by a Fedora installer, covering both system-wide and user-mode installs.

Frequently asked questions

what is antigravity-2-fedora-installer fr?

A shell script that installs Antigravity 2.0 on Fedora Workstation with native Wayland support, handling downloads, file placement, SELinux setup, and desktop shortcuts automatically.

What language is antigravity-2-fedora-installer written in?

Mainly Shell. The stack also includes Shell, Fedora, Wayland.

What license does antigravity-2-fedora-installer use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is antigravity-2-fedora-installer to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is antigravity-2-fedora-installer for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.