웹으로 사용하는 Gemini는 많이 사용해봤을 것이다. 구글에서는 Gemini를 로컬에 설치하여 CLI 환경에서 사용할 수 있도록 Gemini CLI를 공개하였다. 웹으로 사용하는 Gemini와 다르게 Gemini CLI를 사용하면 로컬 PC에 있는 파일 읽기, 쓰기 등이 가능해진다. 즉 AI Agent로 활용이 가능해진다.node js 설치Gemini CLI를 설치하려면 먼저 node js를 설치하여야 한다.https://nodejs.org/ko/download Node.js — Node.js® 다운로드Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create server..