Skip to content

Commit a90e54b

Browse files
dietmarscharfclaude
andcommitted
docs(readme): add Windows compatibility info and attribution
- Add Windows compatibility section with installation instructions - Include attribution to Dietmar Scharf for Windows compatibility work - Update clone URL to point to Windows-compatible fork - Add Windows-specific requirements and setup steps - Update star history badge to reflect current repository 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 8d410c1 commit a90e54b

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
<img src="./assets/Claudable_main.png" alt="CLovable" style="border-radius: 12px; width: 100%;" />
44
<div align="center">
5-
<h3>Connect Claude Code. Build what you want. Deploy instantly.</h3>
5+
<h3>Connect Claude Code. Build what you want. Deploy instantly. Cross-platform support for Linux and Windows (soon!)</h3>
66

77
<p>Powered by <a href="https://opactor.ai">OPACTOR</a></p>
8+
<p><strong>Windows Compatibility Extension</strong> by <a href="https://github.com/dietmarscharf">Dietmar Scharf</a></p>
89
</div>
910
<p align="center">
1011
<a href="https://discord.gg/NJNbafHNQC">
@@ -18,6 +19,9 @@ Claudable is a powerful Next.js-based web app builder that combines **C**laude C
1819

1920
This open-source project empowers you to build and deploy professional web applications easily for **free**.
2021

22+
### Windows Compatibility Extension
23+
This fork by [Dietmar Scharf](https://github.com/dietmarscharf) extends Claudable to run natively on Windows in addition to Linux and macOS. The Windows compatibility features ensure seamless operation across all major operating systems, making Claudable truly cross-platform.
24+
2125
How to start? Simply login to Claude Code (or Cursor CLI), start Claudable, and describe what you want to build. That's it. There is no additional subscription cost for app builder.
2226

2327
## Features
@@ -64,10 +68,17 @@ Before you begin, ensure you have the following installed:
6468
- Claude Code or Cursor CLI (already logged in)
6569
- Git
6670

71+
### Windows-Specific Requirements
72+
- Windows 10/11 or Windows Server 2019+
73+
- PowerShell 5.1+ or Windows Terminal
74+
- Visual Studio Build Tools (for native dependencies)
75+
- Git for Windows
76+
6777
## Quick Start
6878

6979
Get Claudable running on your local machine in minutes:
7080

81+
### Linux/macOS
7182
```bash
7283
# Clone the repository
7384
git clone https://github.com/opactorai/Claudable.git
@@ -80,6 +91,19 @@ npm install
8091
npm run dev
8192
```
8293

94+
### Windows
95+
```powershell
96+
# Clone the repository (Windows fork with compatibility fixes)
97+
git clone https://github.com/dietmarscharf/Claudable-On-Windows.git
98+
cd Claudable-On-Windows
99+
100+
# Install all dependencies (Node.js and Python)
101+
npm install
102+
103+
# Start development servers
104+
npm run dev
105+
```
106+
83107
Your application will be available at:
84108
- Frontend: http://localhost:3000
85109
- API Server: http://localhost:8080
@@ -228,4 +252,4 @@ MIT License.
228252

229253
## Star History
230254

231-
[![Star History Chart](https://api.star-history.com/svg?repos=opactorai/Claudable&type=Date)](https://www.star-history.com/#opactorai/Claudable&Date)
255+
[![Star History Chart](https://api.star-history.com/svg?repos=dietmarscharf/Claudable-On-Windows&type=Date)](https://www.star-history.com/#dietmarscharf/Claudable-On-Windows&Date)

0 commit comments

Comments
 (0)