whatisgithub

What is msg2computer?

happyfox-dot/msg2computer — explained in plain English

Analysis updated 2026-05-18

13JavaScriptAudience · generalComplexity · 3/5License

In one sentence

CodeBridge syncs SMS verification codes, TOTP codes, notifications, and clipboard content between your phone and PC without any cloud server.

Mindmap

mindmap
  root((repo))
    What it does
      Syncs verification codes
      Syncs TOTP codes
      Syncs clipboard
    Tech stack
      JavaScript
      Electron
      Kotlin
    Use cases
      Auto-fill 2FA codes
      Cross-device clipboard
      Multi-device management
    Audience
      Privacy-conscious users
      General users
    Security
      AES-256-GCM
      No cloud server

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically forward SMS verification codes from your phone to your computer's clipboard

USE CASE 2

Sync TOTP two-factor codes across your own authorized devices without a cloud server

USE CASE 3

Share clipboard content between your phone and PC over your local network or Tailscale

USE CASE 4

Manage and revoke access for multiple paired phones and computers

What is it built with?

JavaScriptElectronKotlinAndroid

How does it compare?

happyfox-dot/msg2computer09catho/axonabdulrdeveloper/react--tic-tac-toe
Stars131313
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderateeasy
Complexity3/54/51/5
Audiencegeneralresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

So what is it?

CodeBridge is a tool for syncing verification codes, SMS messages, app notifications, and two-factor authentication codes between your Android phone and your Windows computer, all without sending any data through a cloud server. The name in the repository is Msg2Computer, but the project itself is called CodeBridge. It is built for people who regularly need to type short codes from their phone into their computer, and want that process to happen automatically. The way it works is fairly direct. You install the Android app on your phone and the Windows desktop app on your computer. You pair them by scanning a QR code. After that, when a verification code arrives by SMS on your phone, the app reads it and sends it to your computer, where it appears in a popup and gets copied to the clipboard automatically. You can also choose to forward regular SMS messages and app notifications, and you can manage multiple phones and computers at the same time. Beyond verification codes, CodeBridge can store and sync TOTP codes, which are the rotating six-digit codes used by apps like Google Authenticator. You can import your existing TOTP accounts by scanning their QR codes, and the codes are then available across your authorized devices. The clipboard content is also synchronized across devices using a last-writer-wins approach, meaning whatever you last copied on any device shows up on the others. The project puts privacy first. By default no data passes through any external server. Devices communicate over your local network or through Tailscale (a private networking tool) if they are in different locations. All messages are encrypted with AES-256-GCM before being sent. Each device has its own authorization list, and you can disable or remove any device from the network at any time. The license is PolyForm Noncommercial, which means you can use, modify, and share the code for personal, educational, or research purposes, but not for commercial products or paid services without separate written permission.

Copy-paste prompts

Prompt 1
Help me pair my Android phone with CodeBridge on my Windows PC using the QR code flow.
Prompt 2
Explain how CodeBridge keeps my TOTP codes private with no cloud server involved.
Prompt 3
Walk me through importing my existing Google Authenticator TOTP accounts into CodeBridge.
Prompt 4
Show me how to connect two CodeBridge devices over Tailscale if they're not on the same network.

Frequently asked questions

What is msg2computer?

CodeBridge syncs SMS verification codes, TOTP codes, notifications, and clipboard content between your phone and PC without any cloud server.

What language is msg2computer written in?

Mainly JavaScript. The stack also includes JavaScript, Electron, Kotlin.

Who is msg2computer for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.