惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
D
DataBreaches.Net
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
Y
Y Combinator Blog
博客园 - 【当耐特】
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
量子位
C
Check Point Blog
F
Fortinet All Blogs
罗磊的独立博客
Last Week in AI
Last Week in AI
GbyAI
GbyAI
L
LangChain Blog
博客园 - 司徒正美

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Can I install antigravity CLI on my phone?
ronynn · 2026-06-26 · via DEV Community

ronynn

I installed Google's antigravity CLI on my phone, my calling machine, my consooomer device. a device made for consuming videos and sOcIal mEdIa?, I REFUSE that claim, and like this post if you also refuse the idea that phones are for consuming content only, I have always seen my phone as this sort of portable pip boy alternative, those handheld things from fallout games, I believe pip boy is the term, never mind, the idea is that I can be in some remote corner of the world , or in the middle of a city with bad internet, and I should be able to get stuff done without slamming my phone on my face ... ooorrr my junk, just hit the balls hard aaaaaa! Sorry. Point is, Gemini has gotten to the point where it's code functions writing skills and search abilities are what I'd call decent but the website takes 1 to 2 mb of data every time it loads, on a bad internet connection I have faced situations where a quick search could help out but it just didnt coz the google site or app just won't load the search result. The idea of installing antigravity CLI on my phone is to have access to good ai through the terminal. Termux for android does supports some tools that help in this mission, with alpine Linux p-root I used to use trans-shell for translations, I have a few video projects on these termux setups I have made for using my phone like a builder so do subscribe to my channel, there's ddgr duckduckgo from the terminal, there's w3m browser which is text based. But with my current setup I basically have Gemini in a CLI on my phone.

Well you are so far in the video so let me spout out the way I followed as well. Google isn't making antigravity binaries for termux on android. Sure android has its native Linux CLI now but AGY binaries for it aren't there. So on github the account wallen tx has setup github actions to patch the antigravity CLI binaries making it runnable for termux on android. First u need your termux updated and upgraded then install the g-lib-c repo, then you have to install glibc on the device.

pkg install glibc-repo
pkg install glibc

About 70mb of downloads as I remember , only then u can curl the patched binaries which has a smooth 40mb installation process and antigravity CLI then just runs. Share this if someone asks you the same question as this video.

curl -fsSL https://raw.githubusercontent.com/wallentx/antigravity-cli-termux/dev/install.sh | bash   

I asked it to setup my bashrc coz I tried the agy command on another terminal window which wasn't working . Now with the tools in place I started chatting, and chatting, and chatting. Lesson for you is that open agy in the folder you are coding, not root coz then it can waste time and tokens reading useless files, and even changing them. AGY told me the node_modules folder often wastes its time. At times it may misinterpret what you mean and start changing wrong files, that can cause good chaos, so as a beginner I plan to use it for chatting and learning only, not for any of my github projects. But to be honest I have rather hyped up feelings about it, the possibilities feel endless, I am trying to think what cool things I can make with AI help. Let's see through that over time. Like this post if you think installing AI on termux was a cool project. Goodbye for now...follow so we get to meet again on your screen and I have a few ideas for what I will build with AI, if not full project then just meme projects for the videos. Comment below what things you are building with AI. Share your own projects in our subreddit. Well then goodbye, stay cool.