You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**From idea to running code in minutes, not weeks.** LocalCloud delivers production databases, AI models, and storage instantly. No DevOps, no cloud bills, no infrastructure drama.
17
+
**From idea to running code in minutes, not weeks.** LocalCloud delivers developer-friendly PostgreSQL, MongoDB, vector databases, AI models, Redis cache, job queues, and S3-like storage instantly. No DevOps, no cloud bills, no infrastructure drama.
17
18
18
19
## 🚀 **Why Developers Choose LocalCloud**
19
20
@@ -25,93 +26,60 @@
25
26
- 🤝 **Remote Teams** - Share running environments with frontend developers without deployment hassles
26
27
- 🧪 **Testing Pipelines** - Integrate AI and databases in CI without external dependencies
27
28
- 🔧 **Prototype Speed** - Spin up full-stack environments faster than booting a VM
28
-
29
-
> **New in latest version**: Simplified setup! Now just use `lc setup` to create and configure projects in one command.
29
+
- 🤖 **AI Assistant Users** - Works seamlessly with Claude Code, Cursor, Gemini CLI for AI-powered development
30
30
31
31
## 🚦 Quick Start
32
32
33
33
### Installation
34
34
35
-
#### macOS
35
+
**Quick Install (macOS & Linux):**
36
+
```bash
37
+
curl -fsSL https://localcloud.sh/install | bash
38
+
```
36
39
37
-
**Homebrew (Recommended)**:
40
+
**Or via Homebrew:**
38
41
```bash
39
42
brew install localcloud-sh/tap/localcloud
40
43
```
41
44
42
-
**Manual Installation**:
45
+
<details>
46
+
<summary>Manual Installation & Windows</summary>
43
47
44
-
Apple Silicon:
48
+
**macOS Manual:**
45
49
```bash
50
+
# Apple Silicon
46
51
curl -L https://localcloud.sh/releases/darwin-arm64 | tar xz
-**🐳 Docker-Based**: Consistent environment across all platforms
155
137
-**🌐 Mobile Ready**: Built-in tunnel support for demos anywhere
138
+
-**📤 Export Tools**: One-command migration to any cloud provider
139
+
-**🤖 AI Assistant Ready**: Non-interactive setup perfect for Claude Code, Cursor, Gemini CLI
156
140
157
141
## 🎯 Vision
158
142
159
143
**Make production infrastructure as simple as running a local web server.**
160
144
161
145
LocalCloud eliminates the complexity and cost of infrastructure setup by providing a complete, local-first development environment. No cloud bills, no data privacy concerns, no complex configurations - just pure development productivity.
162
146
147
+
## 🤖 AI Assistant Integration
148
+
149
+
**For AI coding assistants:** Share this repository link to give your AI assistant complete context:
150
+
151
+
> *"I'm using LocalCloud for local AI development. Please review this repository to understand its capabilities: https://github.com/localcloud-sh/localcloud"*
152
+
153
+
Your AI assistant will automatically understand all commands and help you build applications using LocalCloud's non-interactive setup options.
154
+
163
155
## 💡 Perfect For These Scenarios
164
156
165
157
### 🏢 **Enterprise POCs Without The Red Tape**
@@ -191,6 +183,11 @@ No API rate limits. No usage caps. No waiting for credits. Just pure development
191
183
**Code Review Bot**: Build a team-specific code reviewer without sending code to external APIs.
192
184
**Meeting Transcription System**: Record, transcribe, and summarize meetings - all on company hardware.
193
185
186
+
### 🤖 **AI Assistant Development in One Coffee Sip**
187
+
**"Hey Claude, build me a chatbot backend"** → Your AI assistant runs `lc setup my-chatbot --preset=ai-dev --yes` and in 60 seconds you have PostgreSQL, vector search, AI models, and Redis running locally. Complete with database schema, API endpoints, and a working chat interface. By the time you finish your coffee, you're making API calls to your fully functional backend.
188
+
189
+
No cloud signup. No credit card. No infrastructure drama. Just pure AI-assisted development velocity.
190
+
194
191
## 📚 Available Templates
195
192
196
193
During `lc setup`, you can choose from pre-configured templates or customize your own service selection:
0 commit comments