Skip to content

Commit 59bf0f7

Browse files
committed
chore: update GitHub repo URLs to moltbot/moltbot
- git clone URL now points to moltbot/moltbot - Default hackable install dir: ~/moltbot - Update all GitHub links in pages and README - npm package name (clawdbot) unchanged
1 parent c691a39 commit 59bf0f7

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clawd.bot
22

3-
Landing page for [Clawdbot](https://github.com/clawdbot/clawdbot) — your personal AI assistant.
3+
Landing page for [Moltbot](https://github.com/moltbot/moltbot) — your personal AI assistant.
44

55
**Live**: [clawd.bot](https://clawd.bot)
66

@@ -51,6 +51,6 @@ These scripts:
5151

5252
## Related
5353

54-
- [Clawdbot](https://github.com/clawdbot/clawdbot) — Main repository
54+
- [Moltbot](https://github.com/moltbot/moltbot) — Main repository
5555
- [Docs](https://docs.clawd.bot) — Documentation
5656
- [Discord](https://discord.gg/clawd) — Community

public/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ DRY_RUN=${CLAWDBOT_DRY_RUN:-0}
232232
INSTALL_METHOD=${CLAWDBOT_INSTALL_METHOD:-}
233233
CLAWDBOT_VERSION=${CLAWDBOT_VERSION:-latest}
234234
USE_BETA=${CLAWDBOT_BETA:-0}
235-
GIT_DIR_DEFAULT="${HOME}/clawdbot"
235+
GIT_DIR_DEFAULT="${HOME}/moltbot"
236236
GIT_DIR=${CLAWDBOT_GIT_DIR:-$GIT_DIR_DEFAULT}
237237
GIT_UPDATE=${CLAWDBOT_GIT_UPDATE:-1}
238238
SHARP_IGNORE_GLOBAL_LIBVIPS="${SHARP_IGNORE_GLOBAL_LIBVIPS:-1}"
@@ -255,7 +255,7 @@ Options:
255255
--git, --github Shortcut for --install-method git
256256
--version <version|dist-tag> npm install: version (default: latest)
257257
--beta Use beta if available, else latest
258-
--git-dir, --dir <path> Checkout directory (default: ~/clawdbot)
258+
--git-dir, --dir <path> Checkout directory (default: ~/moltbot)
259259
--no-git-update Skip git pull for existing checkout
260260
--no-onboard Skip onboarding (non-interactive)
261261
--no-prompt Disable prompts (required in CI/automation)
@@ -786,7 +786,7 @@ resolve_clawdbot_bin() {
786786

787787
install_clawdbot_from_git() {
788788
local repo_dir="$1"
789-
local repo_url="https://github.com/clawdbot/clawdbot.git"
789+
local repo_url="https://github.com/moltbot/moltbot.git"
790790

791791
echo -e "${WARN}${NC} Installing Clawdbot from GitHub (${repo_url})..."
792792

scripts/docker/install-sh-git-smoke/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ curl_install | bash -s -- --help >/tmp/install-help.txt
2323
grep -q -- "--install-method" /tmp/install-help.txt
2424

2525
echo "==> Clone Clawdbot repo"
26-
REPO_DIR="/tmp/clawdbot-src"
26+
REPO_DIR="/tmp/moltbot-src"
2727
rm -rf "$REPO_DIR"
28-
git clone --depth 1 https://github.com/clawdbot/clawdbot.git "$REPO_DIR"
28+
git clone --depth 1 https://github.com/moltbot/moltbot.git "$REPO_DIR"
2929

3030
echo "==> Verify autodetect defaults to npm (no TTY)"
3131
(

src/pages/index.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,15 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
227227
<div class="code-line comment"># You clearly know what you're doing</div>
228228
<div class="code-line cmd">
229229
<span class="code-prompt">$</span>
230-
<span>git clone https://github.com/clawdbot/clawdbot.git</span>
230+
<span>git clone https://github.com/moltbot/moltbot.git</span>
231231
<button class="copy-line-btn" data-cmd="clone" title="Copy">
232232
<svg class="copy-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg>
233233
<svg class="check-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display:none"><polyline points="20 6 9 17 4 12"/></svg>
234234
</button>
235235
</div>
236236
<div class="code-line cmd">
237237
<span class="code-prompt">$</span>
238-
<span>cd clawdbot && pnpm install && pnpm run build</span>
238+
<span>cd moltbot && pnpm install && pnpm run build</span>
239239
<button class="copy-line-btn" data-cmd="build" title="Copy">
240240
<svg class="copy-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg>
241241
<svg class="check-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display:none"><polyline points="20 6 9 17 4 12"/></svg>
@@ -258,7 +258,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
258258
<span class="macos-tagline">Companion App (Beta)</span>
259259
<span class="macos-subtitle">Menubar access to your lobster. Works great alongside the CLI.</span>
260260
</div>
261-
<a href="https://github.com/clawdbot/clawdbot/releases/latest" class="macos-download-btn" target="_blank" rel="noopener">
261+
<a href="https://github.com/moltbot/moltbot/releases/latest" class="macos-download-btn" target="_blank" rel="noopener">
262262
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
263263
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
264264
<polyline points="7 10 12 15 17 10"/>
@@ -498,8 +498,8 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
498498
},
499499
'onboard': () => 'clawdbot onboard',
500500
'hackable-installer': () => "curl -fsSL https://molt.bot/install.sh | bash -s -- --install-method git",
501-
'clone': () => 'git clone https://github.com/clawdbot/clawdbot.git',
502-
'build': () => 'cd clawdbot && pnpm install && pnpm run build',
501+
'clone': () => 'git clone https://github.com/moltbot/moltbot.git',
502+
'build': () => 'cd moltbot && pnpm install && pnpm run build',
503503
'hackable-onboard': () => 'pnpm run clawdbot onboard',
504504
};
505505

@@ -672,7 +672,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
672672
<span class="cta-sub">Learn the ropes</span>
673673
</a>
674674

675-
<a href="https://github.com/clawdbot/clawdbot" class="cta cta-github" target="_blank" rel="noopener">
675+
<a href="https://github.com/moltbot/moltbot" class="cta cta-github" target="_blank" rel="noopener">
676676
<svg class="cta-icon" viewBox="0 0 24 24" fill="currentColor">
677677
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
678678
</svg>
@@ -719,7 +719,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
719719

720720
<!-- Footer -->
721721
<footer class="footer">
722-
<p>Built by <a href="https://molty.me" target="_blank" rel="noopener">Molty</a> 🦞, a space lobster AI with a <a href="https://soul.md" target="_blank" rel="noopener">soul</a>, by <a href="https://steipete.me" target="_blank" rel="noopener">Peter Steinberger</a> & <a href="https://github.com/clawdbot/clawdbot#community" target="_blank" rel="noopener">community</a>.</p>
722+
<p>Built by <a href="https://molty.me" target="_blank" rel="noopener">Molty</a> 🦞, a space lobster AI with a <a href="https://soul.md" target="_blank" rel="noopener">soul</a>, by <a href="https://steipete.me" target="_blank" rel="noopener">Peter Steinberger</a> & <a href="https://github.com/moltbot/moltbot#community" target="_blank" rel="noopener">community</a>.</p>
723723
<p class="disclaimer">Moltbot was formerly known as Clawdbot. Independent project, not affiliated with Anthropic.</p>
724724
</footer>
725725
</main>

src/pages/integrations.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ const showcase = [
358358
<span class="footer-separator">·</span>
359359
<a href="/shoutouts">Shoutouts</a>
360360
</nav>
361-
<p>Built by <a href="https://molty.me" target="_blank" rel="noopener">Molty</a> 🦞, a space lobster AI with a <a href="https://soul.md" target="_blank" rel="noopener">soul</a>, by <a href="https://steipete.me" target="_blank" rel="noopener">Peter Steinberger</a> & <a href="https://github.com/clawdbot/clawdbot#community" target="_blank" rel="noopener">community</a>.</p>
361+
<p>Built by <a href="https://molty.me" target="_blank" rel="noopener">Molty</a> 🦞, a space lobster AI with a <a href="https://soul.md" target="_blank" rel="noopener">soul</a>, by <a href="https://steipete.me" target="_blank" rel="noopener">Peter Steinberger</a> & <a href="https://github.com/moltbot/moltbot#community" target="_blank" rel="noopener">community</a>.</p>
362362
</footer>
363363
</main>
364364
</Layout>

src/pages/shoutouts.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const allTestimonials = [...testimonials, ...extraTestimonials];
4646
<span class="footer-separator">·</span>
4747
<a href="/integrations">Integrations</a>
4848
</nav>
49-
<p>Built by <a href="https://molty.me" target="_blank" rel="noopener">Molty</a> 🦞, a space lobster AI with a <a href="https://soul.md" target="_blank" rel="noopener">soul</a>, by <a href="https://steipete.me" target="_blank" rel="noopener">Peter Steinberger</a> & <a href="https://github.com/clawdbot/clawdbot#community" target="_blank" rel="noopener">community</a>.</p>
49+
<p>Built by <a href="https://molty.me" target="_blank" rel="noopener">Molty</a> 🦞, a space lobster AI with a <a href="https://soul.md" target="_blank" rel="noopener">soul</a>, by <a href="https://steipete.me" target="_blank" rel="noopener">Peter Steinberger</a> & <a href="https://github.com/moltbot/moltbot#community" target="_blank" rel="noopener">community</a>.</p>
5050
</footer>
5151
</main>
5252
</Layout>

0 commit comments

Comments
 (0)