FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How To Shut Up OpenClaw CLI Banner 🦞
How-ToTools

How To Shut Up OpenClaw CLI Banner 🦞

via Dev.toBruno Pérez1mo ago

Every time you run an OpenClaw command, you’re greeted with a little lobster and a “funny” tagline: 🦞 OpenClaw 2026.2.15 (3fe22ea) Gateway online—please keep hands, feet, and appendages inside the shell at all times. Cute the first time but by the hundredth invocation you start wondering if the lobster is mocking you personally. Moreover, it becomes hard to distinguish the outputs from your command with those vertical spaces. I went down the plugin rabbit hole trying to suppress it — turns out the banner fires during CLI bootstrap, before the plugin system even loads. So no, you can’t write a plugin to kill it. The lobster is faster than you. But buried in the source code there’s a single env var doing the lord’s work: Add to your ~/.zshrc (or ~/.bashrc): export OPENCLAW_HIDE_BANNER=1 That’s it. One line. source ~/.zshrc and the lobster goes silent. You’re welcome. And if you're an stingy OpenClaw user, check out Manifest and stop paying too much tokens by routing queries to the right

Continue reading on Dev.to

Opens in a new tab

Read Full Article
38 views

Related Articles

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 18h ago

How-To

# 5 JSON Mistakes Developers Make (And How to Fix Them Fast)

Medium Programming • 19h ago

10 subtle go mistakes that only show up in production
How-To

10 subtle go mistakes that only show up in production

Medium Programming • 20h ago

Stop Configuring Third-Party Libraries by Hand — Let Your Agent Handle It!
How-To

Stop Configuring Third-Party Libraries by Hand — Let Your Agent Handle It!

Medium Programming • 20h ago

How-To

How I Stay Consistent While Learning Coding

Medium Programming • 20h ago

Discover More Articles