Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warp, Antigravity & OpenCode Bypass Tools - Identity Reset & Complete Removal

GitHub stars GitHub forks Repository Views GitHub downloads

Developer Sponsor

Python Platform License

Cross-platform tools for Warp Terminal, Google Antigravity IDE & OpenCode: Reset machine identity OR completely remove the app


Windows GUI Application (Recommended!)

One-click GUI for Windows users - No Python installation required!

Feature Description
One-Click Reset Reset identity with a single button click
Silent Operation No terminal windows flash during execution
Auto Admin Automatically requests administrator privileges
OpenCode Safe Your OpenCode settings are never touched
Aggressive Cleanup Uses multiple deletion methods to ensure complete reset
Real-time Logs See exactly what's happening in the log panel

Usage: Download > Right-click > Run as Administrator


What is This?

Bypass Tools provides utilities to reset your machine identity for Warp Terminal, Google Antigravity IDE, and OpenCode. When these apps track your device, these tools make you appear as a new machine.

Available Tools

Application Identity Reset Complete Removal
Warp Terminal warp_id_reset.py warp_remover.py
Google Antigravity antigravity_id_reset.py antigravity_remover.py
OpenCode opencode_id_reset.py opencode_remover.py
GUI (All Apps) BypassTools.exe BypassTools.exe

Features

Core Features

  • Machine Identity Reset - Generates new device fingerprint
  • Browser Cleanup - Removes app data from Chrome, Edge, Brave, Firefox, Opera, Vivaldi, Arc
  • Registry Cleanup - Cleans Windows registry entries
  • Telemetry Reset - Resets all tracking and telemetry data
  • Cross-Platform - Works on Windows, macOS, and Linux

GUI-Exclusive Features (Windows)

  • Silent Operation - No command windows flash during execution
  • Auto-Admin Elevation - Automatically requests UAC privileges
  • OpenCode Protection - OpenCode app and settings are never affected
  • Aggressive Deletion - Multiple fallback methods for stubborn files
  • Real-time Progress - Live log output during operations

Identity Reset vs Complete Removal

graph TB
    A[BYPASS TOOLS] --> B[WARP]
    A --> C[ANTIGRAVITY]
    A --> D[OPENCODE]
    
    B --> E[Identity Reset]
    B --> F[Complete Removal]
    
    C --> G[Identity Reset]
    C --> H[Complete Removal]
    
    D --> I[Identity Reset]
    D --> J[Complete Removal]
    
    style A fill:#4CAF50,stroke:#333,stroke-width:3px,color:#fff
    style B fill:#2196F3,stroke:#333,stroke-width:2px,color:#fff
    style C fill:#9C27B0,stroke:#333,stroke-width:2px,color:#fff
    style D fill:#4CAF50,stroke:#333,stroke-width:2px,color:#fff
Loading
Feature Identity Reset Complete Removal
App Installation Preserved Removed
Speed Fast (30-60 sec) Moderate (2-5 min)
Ready to Use Immediately After Reinstall
Best For Quick identity refresh Fresh start / Uninstall

What Gets Deleted (Identity Reset)

Critical Identity Files (Deleted First)

These files contain your unique machine fingerprint:

File/Folder Purpose
machineid Primary machine identifier (most critical)
Local State Device keys and encryption state
Preferences User preferences with device info
languagepacks.json Language pack identifiers

Data Folders (Deleted After)

Folder Purpose
User/globalStorage Extension global data
User/workspaceStorage Workspace-specific data
Local Storage Browser-style local storage
Session Storage Session data
Network Network state and cookies
CachedData Cached application data
CachedProfilesData Profile cache
CachedConfigurations Configuration cache
Code Cache JavaScript/code cache
Cache, GPUCache General and GPU cache
DawnGraphiteCache, DawnWebGPUCache WebGPU caches
Crashpad Crash reports with device info
logs Log files
blob_storage Binary data storage
DIPS Detection and tracking data
Shared Dictionary Shared compression dictionaries
SharedStorage Shared storage APIs
Backups Backup files

Browser Data Cleaned

  • IndexedDB entries for Warp/Antigravity domains
  • Local Storage entries
  • Cookies related to the apps

What is NOT Deleted

  • OpenCode - App and all settings preserved
  • Antigravity - App remains installed during identity reset
  • VSCode - User settings preserved
  • Other browsers data - Only app-specific data removed

Quick Start

Windows (GUI - Recommended)

  1. Download BypassTools.exe
  2. Right-click > Run as Administrator
  3. Select app (Warp/Antigravity)
  4. Click Identity Reset or Complete Removal

Windows (Python)

git clone https://github.com/codeiva4u/Warp-Bypass-Tools.git
cd Warp-Bypass-Tools

# Antigravity
python antigravity_id_reset.py    # Identity Reset
python antigravity_remover.py     # Complete Removal

# OpenCode
python opencode_id_reset.py       # Identity Reset
python opencode_remover.py        # Complete Removal

# Warp
python warp_id_reset.py           # Identity Reset
python warp_remover.py            # Complete Removal

macOS / Linux

git clone https://github.com/codeiva4u/Warp-Bypass-Tools.git
cd Warp-Bypass-Tools

# Antigravity
python3 antigravity_id_reset.py   # Identity Reset
python3 antigravity_remover.py    # Complete Removal

# OpenCode
python3 opencode_id_reset.py      # Identity Reset
python3 opencode_remover.py       # Complete Removal

# Warp
python3 warp_id_reset.py          # Identity Reset
python3 warp_remover.py           # Complete Removal

Linux - One-Line Commands

Warp Terminal:

# Identity Reset
curl -sSL https://raw.githubusercontent.com/codeiva4u/Warp-Bypass-Tools/main/linux_reset.sh | bash

# Complete Removal
curl -sSL https://raw.githubusercontent.com/codeiva4u/Warp-Bypass-Tools/main/linux_remove.sh | bash

Antigravity IDE:

# Identity Reset
curl -sSL https://raw.githubusercontent.com/codeiva4u/Warp-Bypass-Tools/main/linux_antigravity_reset.sh | bash

# Complete Removal
curl -sSL https://raw.githubusercontent.com/codeiva4u/Warp-Bypass-Tools/main/linux_antigravity_remove.sh | bash

Windows - Batch Files (No Python)

Right-click > Run as Administrator


All Available Scripts

Script Application Type Platform
BypassTools.exe All GUI (Reset + Removal) Windows
bypass_tools_gui.py All GUI Source Windows
antigravity_id_reset.py Antigravity Identity Reset All
antigravity_remover.py Antigravity Complete Removal All
opencode_id_reset.py OpenCode Identity Reset All
opencode_remover.py OpenCode Complete Removal All
warp_id_reset.py Warp Identity Reset All
warp_remover.py Warp Complete Removal All
windows_antigravity.bat Antigravity Batch Script Windows
windows_remove.bat Warp Batch Script Windows
linux_antigravity_reset.sh Antigravity Identity Reset Linux
linux_antigravity_remove.sh Antigravity Complete Removal Linux
linux_reset.sh Warp Identity Reset Linux
linux_remove.sh Warp Complete Removal Linux

Browser Support

Browser Windows macOS Linux
Google Chrome Yes Yes Yes
Microsoft Edge Yes Yes Yes
Brave Yes Yes Yes
Firefox Yes Yes Yes
Opera / Opera GX Yes Yes Yes
Vivaldi Yes Yes Yes
Arc Yes Yes -

Data Locations

Warp Terminal

OS Locations
Windows %LOCALAPPDATA%\dev.warp.Warp-stable, %APPDATA%\dev.warp.Warp-stable, Registry
macOS ~/Library/Application Support/*Warp*, ~/Library/Caches/*Warp*, ~/Library/Preferences/*warp*
Linux ~/.config/warp, ~/.local/share/warp, ~/.cache/warp

Google Antigravity

OS Locations
Windows %LOCALAPPDATA%\Antigravity, %APPDATA%\Antigravity, %PROGRAMFILES%\Antigravity, Registry
macOS ~/Library/Application Support/*Antigravity*, ~/Library/Caches/*antigravity*, ~/Library/Preferences/*antigravity*
Linux ~/.config/antigravity, ~/.local/share/antigravity, ~/.cache/antigravity, /opt/Antigravity

OpenCode

OS Locations
Windows %LOCALAPPDATA%\OpenCode, %APPDATA%\OpenCode\EBWebView, Registry
macOS ~/Library/Application Support/*OpenCode*, ~/Library/Caches/*opencode*, ~/Library/Preferences/*opencode*
Linux ~/.config/opencode, ~/.local/share/opencode, ~/.cache/opencode

Troubleshooting

"Access Denied" or "Permission Denied"

  • Windows: Right-click > Run as Administrator
  • macOS/Linux: Use sudo python3 script.py

Files Not Being Deleted

The GUI uses aggressive deletion with multiple methods:

  1. Remove file attributes (read-only, hidden, system)
  2. Take ownership of files
  3. Grant full permissions
  4. Stop Windows Search Indexer (releases file locks)
  5. Kill related processes multiple times
  6. Rename-then-delete strategy

If files still remain, close all apps and try again.

App Still Recognizes Device

Make sure you:

  1. Completely close the app before running the tool
  2. Run with administrator privileges
  3. Check that machineid file was deleted (shown in logs)

OpenCode Closes During Reset

This should NOT happen anymore. OpenCode is specifically excluded from the kill list. If this occurs, please report an issue.

GUI Shows Errors

The GUI has a built-in log panel. Check the messages for specific errors. Common issues:

  • App not installed (nothing to reset)
  • Insufficient permissions
  • App still running in background

Important Notes

  • Backup first - Tools permanently delete files
  • Admin privileges - Required for complete functionality
  • Browsers will close - Save your work before running
  • Reinstall required - After complete removal, reinstall the app
  • OpenCode is safe - OpenCode app and settings are never touched

Building from Source

Build Windows EXE

# Install dependencies
pip install pyinstaller ttkbootstrap pillow

# Build with admin manifest
python build_exe.py

# Output: dist/BypassTools.exe

Run GUI from Source

pip install ttkbootstrap pillow
python bypass_tools_gui.py

Repository Stats

GitHub commit activity GitHub last commit GitHub repo size

License

MIT License - see LICENSE file for details.

Support

If this tool helped you, please give it a star!

Star History Chart


Made with love by codeiva4u

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages