Lift is a native macOS client for Google's internal Antigravity (Cloud Code Assist) API. It brings powerful AI assistance directly to your desktop with a clean, native interface designed for speed and productivity.
- Native Performance: Built purely with SwiftUI and AppKit for a fluid, responsive experience.
- Rich Markdown & Code: Syntax highlighting and beautiful rendering for all your technical conversations.
- Smart Quotas: Track your usage and model limits in real-time.
- Always Ready: Lives in your menu bar or as a standalone app, ready whenever you need it.
- macOS 15.0 or later
- Xcode 16.0+ (for building)
-
Clone the repository:
git clone https://github.com/jkuri/lift.git cd lift -
Run the Application: This will build the release version and launch the app bundle.
make run
-
Authentication: On first launch, Lift will guide you through the secure Google OAuth 2.0 flow to connect with the Antigravity service.
For active development, use the dev command to run via swift run for faster iteration:
make devOther useful commands:
make build- Build debug versionmake release- Build optimized release versionmake clean- Clean build artifactsmake install- Install to/Applicationsmake dmg- Create a distributeable.dmgfile
Lift stores your configuration locally at ~/.lift/config.json. This file maintains your:
- Authentication tokens
- Selected AI model
- Custom model preferences
This project is licensed under the MIT License - see the LICENSE file for details.