{
  "schema": "tesign-radar/item/1",
  "generated_at": "2026-09-17T01:56:13.055Z",
  "lang": "ko",
  "slug": "openmausbot",
  "url": "https://tesign.com/item/openmausbot/",
  "alternates": {
    "ko": {
      "html": "https://tesign.com/item/openmausbot/",
      "json": "https://tesign.com/item/openmausbot/index.json",
      "markdown": "https://tesign.com/item/openmausbot/index.md"
    },
    "en": {
      "html": "https://tesign.com/en/item/openmausbot/",
      "json": "https://tesign.com/en/item/openmausbot/index.json",
      "markdown": "https://tesign.com/en/item/openmausbot/index.md"
    }
  },
  "name": "OpenMausBot",
  "use_label": "내 에이전트를 채팅 연락처로",
  "one_liner": "내 PC에 설치된 claude·codex·grok CLI를 '연락처'처럼 골라 대화하는 텔레그램식 AI 에이전트 데스크톱 앱",
  "text": {
    "why": "에이전트가 여럿이면 '상자 하나에 비서 하나'보다 '메신저 속 팀'이 어울린다는 Grok Bot의 발상을, 남의 서버 없이 열린 코드로 다시 만들었습니다. 봇마다 성격·모델·컴퓨터·연결 앱을 따로 두고(작업 폴더는 채널 단위), 셸 명령·파일 수정은 채팅 안 카드에서 허용/거부하며, 대화 기록과 키는 ~/.openmausbot에만 남습니다. macOS용 서명·공증 .dmg, Windows x64 설치기, Ubuntu 24.04 .deb가 릴리스로 나와 있습니다.",
    "take": "여러 에이전트를 '한 명의 비서'가 아니라 '팀 채팅방'으로 다루자는 발상을, 새 클라우드 계정 없이 내 컴퓨터 안에서 구현했습니다.",
    "build": [
      "server/drivers/에 파일 하나를 더해 새 엔진을 붙이거나, ACP를 말하는 CLI·OpenAI 호환 엔드포인트를 설정만으로 연결할 수 있고, 내장 MCP 서버로 Claude Desktop·Cursor에서 봇 팀을 원격 지휘하는 흐름도 만들 수 있습니다."
    ],
    "who": [
      {
        "role": "코딩 에이전트 구독자",
        "situation": "봇별로 모델·성격을 나눠 한 채팅 화면에서 운용"
      },
      {
        "role": "1인 사업자",
        "situation": "메일·슬랙·노션 등을 Composio로 연결해 반복 업무 위임(선택형 외부 서비스)"
      },
      {
        "role": "개발자",
        "situation": "드라이버 SPI로 자체 엔진 추가, MCP로 외부 제어"
      }
    ],
    "start": [
      {
        "command": false,
        "text": "git clone https://github.com/milind-soni/OpenMausBot && cd OpenMausBot"
      },
      {
        "command": false,
        "text": "pnpm install"
      },
      {
        "command": false,
        "text": "pnpm dev:server    # harness server → 127.0.0.1:8799"
      },
      {
        "command": false,
        "text": "pnpm dev           # app → http://127.0.0.1:5199"
      },
      {
        "command": false,
        "text": "# 설치형: GitHub Releases의 .dmg / OpenMausBot-setup.exe / .deb, 또는 npm install -g openmausbot 후 openmausbot"
      }
    ],
    "caveat": [
      "라이선스 Apache-2.0(단, enterprise/ 폴더는 별도 소스 공개 라이선스로, 지우면 순수 오픈소스판). 앱은 무료지만 봇은 사용자가 이미 로그인한 claude·codex·grok CLI 구독을 그대로 씁니다. 소스 실행은 Node 24+와 pnpm 필요.",
      "macOS(Apple silicon·Intel)는 서명·공증 .dmg, Windows x64 설치기는 아직 코드 서명이 없어 SmartScreen 경고가 뜨고, Ubuntu 24.04는 베타(Wayland에서는 로컬 컴퓨터 제어 비활성).",
      "클라우드 컴퓨터(Box, 체험 후 유료)·앱 연동(Composio)·음성(ElevenLabs)은 선택형 외부 서비스이며, README는 '초기지만 실제로 동작' 단계라고 밝힙니다."
    ]
  },
  "cta": {
    "type": "install",
    "label": "INSTALL",
    "url": "https://openmausbot.com/"
  },
  "ready": "install",
  "categories": [
    "ai"
  ],
  "categories_confirmed": true,
  "tags": [
    "ai-agents",
    "electron",
    "claude-code",
    "codex",
    "local-first",
    "mcp"
  ],
  "platform": [
    "macos",
    "windows",
    "linux",
    "cli"
  ],
  "license": {
    "spdx": "Apache-2.0",
    "scope": "permissive",
    "scope_text": "상업 이용·수정·재배포 가능. 고지 유지, 바꾼 부분은 표시.",
    "url": "https://spdx.org/licenses/Apache-2.0.html",
    "note": null,
    "open_source": true
  },
  "language": "TypeScript",
  "source_urls": {
    "canonical": "https://openmausbot.com/",
    "github": "https://github.com/milind-soni/openmausbot",
    "huggingface": null,
    "app_store": null,
    "sightings": [
      {
        "source": "github",
        "url": "https://github.com/milind-soni/openmausbot",
        "posted_at": "2026-09-04T02:00:00.000Z",
        "hn_url": null
      }
    ]
  },
  "numbers": {
    "as_of": "2026-09-16T21:00:00.000Z",
    "stars": 2846,
    "stars_unit": "GitHub stars",
    "stars_checked_at": "2026-09-15T19:35:02.445Z",
    "stars_observed_since_check": 32,
    "star_delta_24h": 16,
    "star_delta_7d": 73,
    "star_delta_30d": 119,
    "star_delta_unit": "GitHub stars gained in the window, GH Archive events summed to as_of",
    "spark_14d": [
      null,
      6,
      21,
      17,
      2,
      null,
      null,
      2,
      6,
      5,
      3,
      null,
      50,
      7
    ],
    "hf_likes": null,
    "hf_likes_observed_at": null,
    "hn_points": null,
    "hn_points_observed_at": null,
    "store": null,
    "method": "별 총합 = GitHub에서 마지막으로 확인한 값(stars_checked_at) + 그 뒤 GH Archive에서 관측한 증가. 24h·7d·30d 증가는 GH Archive 시간별 이벤트를 기준 시각(as_of)까지 합한 값. 우리 점수는 없습니다."
  },
  "ranks": null,
  "activity": {
    "pushed_at": "2026-09-15T18:40:56.000Z",
    "owner_type": "User",
    "open_issues": 230,
    "contributors": 81,
    "releases_count": 38,
    "latest_release": {
      "tag": "v0.1.80",
      "published_at": "2026-09-15T10:22:20.000Z",
      "prerelease": false
    },
    "checked_at": "2026-09-15T19:35:02.445Z",
    "core_checked_at": "2026-09-15T19:35:02.445Z"
  },
  "signals": [
    {
      "kind": "back",
      "label": "과거 기록",
      "value": null
    }
  ],
  "images": {
    "og": "https://tesign.com/img/openmausbot-eec86b9ec3.png",
    "cover": "https://tesign.com/img/openmausbot-eec86b9ec3.png",
    "cover_width": 2400,
    "cover_height": 1260,
    "gallery": [
      "https://tesign.com/img/openmausbot-eec86b9ec3.png",
      "https://tesign.com/img/openmausbot-fba1a5e4c0.png",
      "https://tesign.com/img/openmausbot-53214a01a6.png",
      "https://tesign.com/img/openmausbot-db35e7e972.png"
    ],
    "alt": "OpenMausBot 다크 테마 화면: 왼쪽 사이드바에 Brody·GitScout·Emaily 등 봇 목록, 오른쪽에 봇 Brody가 데이터셋 정리 결과를 보고하는 긴 채팅 답변과 상단 모델 선택기",
    "tier": 1
  },
  "dates": {
    "first_seen_at": "2026-09-13T09:39:23.874Z",
    "source_created_at": "2026-08-11T18:58:55.000Z",
    "discovery_hours": 782.6746872222222,
    "launch_signal_at": "2026-09-04T02:00:00.000Z",
    "kept_at": "2026-09-14T19:27:43.631Z",
    "first_published_at": "2026-09-14T19:27:43.752Z",
    "updated_at": "2026-09-15T04:36:56.936Z",
    "ingestion_mode": "backfill"
  },
  "notes": [
    "이 파일은 tesign.com 항목 페이지와 같은 빌드에서 같은 데이터로 만들어졌습니다. 소개 글은 편집자가 쓴 것이고, 숫자는 저장된 관측값입니다.",
    "JSON의 null은 관측하지 않았다는 뜻입니다 — 0이 아닙니다. 마크다운에서는 [확인 필요]로 적습니다.",
    "별 총합 = GitHub에서 마지막으로 확인한 값(stars_checked_at) + 그 뒤 GH Archive에서 관측한 증가. 24h·7d·30d 증가는 GH Archive 시간별 이벤트를 기준 시각(as_of)까지 합한 값. 우리 점수는 없습니다.",
    "과거 데이터를 되짚어 채운 항목입니다. 라이브 발견이 아닙니다.",
    "요약이며 법적 조언이 아닙니다."
  ]
}
