RepoGuard
Updated 7 h ago
TinyGo

Organization

Public GitHub footprint of TinyGo

@tinygo-org
View profile on GitHub

Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.

46

Public repositories

20,532

Total stars

494

Followers

The tinygo-org GitHub account hosts a wide range of repositories focused on building a Go compiler for small environments, including microcontrollers and WebAssembly. Their primary programming languages include Go, C, HTML, and JavaScript, with notable projects such as tinygo, bluetooth, and drivers that cater to various development needs.

Top languages

Go 25C 6HTML 1JavaScript 1TypeScript 1Dockerfile 1Ruby 1Python 1

Public repositories

tinygo

17,505

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

Go
Updated Jun 13, 2026

bluetooth

981

Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI

C
Updated Jun 12, 2026

drivers

738

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.

Go
Updated Jun 13, 2026

go-llvm

287

Go bindings to LLVM. Used as part of TinyGo.

Go
Updated Jun 11, 2026

awesome-tinygo

154

A curated list of awesome TinyGo projects and libraries. Inspired by awesome-go.

Unknown Language
Updated Jun 13, 2026

espflasher

99

Go CLI and library for flashing firmware to Espressif ESP8266 and ESP32-family microcontrollers

Go
Updated Jun 5, 2026

espradio

73

TinyGo package for wireless communication on Espressif ESP32xx microcontrollers.

C
Updated Jun 13, 2026

tinygo-site

70

Web site for TinyGo project.

HTML
Updated Jun 13, 2026

tinyfont

67

Text library for TinyGo displays

Go
Updated May 20, 2026

stm32-svd

59

No description provided for this repository.

Go
Updated Apr 29, 2026

pio

49

Programmable I/O API for RP2040/RP2350 using TinyGo

Go
Updated Jun 10, 2026

tinydraw

49

TinyDraw is a package of drawing primitives on TinyGo displays.

Go
Updated May 22, 2026

tinyfs

46

Embedded filesystems for TinyGo. Currently supports FATfs and LittleFS on microcontrollers with either SDCard or Flash RAM.

C
Updated May 11, 2026

net

43

Port of Go's "net" package to work with TinyGo on embedded processors.

Go
Updated May 11, 2026

gobadge

39

TinyGo powered badge using Adafruit Pybadge Hardware

Go
Updated Jan 4, 2026

playground

36

TinyGo playground and VS Code extension

JavaScript
Updated Jun 11, 2026

tinygba

34

Tools and helpers for developing GBA programs using TinyGo.

Go
Updated Mar 16, 2026

vscode-tinygo

28

TinyGo support for Visual Studio Code

TypeScript
Updated Apr 29, 2026

tinygo-zoo

26

Various apps using TinyGo

Go
Updated Aug 11, 2025

tinyhci

20

TinyGo Hardware Continuous Integration (HCI) system for Hardware-In-Loop (HIL) testing using real hardware.

Go
Updated Apr 18, 2026

macos-minimal-sdk

20

Minimal but open SDK for developing small command line tools.

C
Updated Apr 1, 2026

tinybench

19

Benchmarks for comparing TinyGo's performance compared with "Big" Go, Rust, Zig, clang, and gcc

Go
Updated May 31, 2026

tinyterm

16

A minimal terminal for TinyGo display devices. Supporting 256-color ANSI escape codes and also monochrome displays.

Go
Updated Apr 5, 2026

docker

12

Contains the Dockerfile used to build tinygo release containers

Dockerfile
Updated Apr 22, 2026

homebrew-tools

10

Homebrew tap with macOS build of TinyGo.

Ruby
Updated Apr 22, 2026

tinygo-xiao-examples

9

TinyGo demos and examples on Seeedstudio XIAO-ESP32C3 and XIAO-ESP32S3 boards

Go
Updated May 12, 2026

tinygl-font

9

Fonts for TinyGL embedded graphics library for TinyGo

Go
Updated Oct 23, 2025

cbgo

4

Go bindings for CoreBluetooth

Go
Updated Jun 3, 2026

tinygo-arduino-unoq-examples

4

TinyGo demos and examples on Arduino UNO Q board

Go
Updated Apr 25, 2026

bootloader

4

No description provided for this repository.

C
Updated Mar 5, 2024

device

4

Autogenerated Go wrappers for memory-mapped I/O on microcontrollers.

Go
Updated Jul 4, 2023

renesas-svd

3

SVD fiies for Renesas MCU mirrored from Keil drivers release

Unknown Language
Updated Jul 30, 2025

llvm-project

2

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.

Unknown Language
Updated Mar 21, 2026

tinygodoc

2

No description provided for this repository.

Go
Updated Feb 26, 2026

things

2

Collection of microcontroller projects

Go
Updated Nov 4, 2023

e310x

2

svd2rust generated interface to e310x peripherals

Unknown Language
Updated Jul 4, 2023

ledsgo

2

LED animation library written in Go, inspired by FastLED

Unknown Language
Updated Jul 4, 2023

whd

1

Baremetal, heapless driver for the Wifi+bluetooth integrated circuit on the pico. Unofficial as of yet.

Go
Updated Feb 26, 2026

wireless

1

Wireless protocols for TinyGo radio devices.

Go
Updated Jan 26, 2026

go-cayenne-lib

1

CayenneLPP in Go

Unknown Language
Updated Sep 14, 2025

cmsis-svd

1

Aggegration of ARM Cortex-M CMSIS SVDs and related tools

Python
Updated Apr 9, 2024

gonx

1

libnx wrapper for tinygo

Unknown Language
Updated Apr 11, 2022

tap

0

A tiny TAP (Test Anything Protocol) implementation for Go

Go
Updated Feb 25, 2026

musl-libc

0

Mirror of git.musl-libc.org

C
Updated Sep 19, 2025

cmsis-svd-data

0

Aggegration of ARM Cortex-M (and other) CMSIS SVDs

Unknown Language
Updated Aug 22, 2024

tools

0

[mirror] Go Tools

Unknown Language
Updated Jun 12, 2024

Frequently asked questions

What does tinygo-org build on GitHub?

Tinygo-org builds a Go compiler designed for small environments, targeting microcontrollers and WebAssembly. Their repositories include projects like tinygo, drivers for various devices, and a cross-platform Bluetooth API.

Which programming languages does tinygo-org use?

Tinygo-org primarily uses Go, C, HTML, JavaScript, TypeScript, and Dockerfile in their repositories. This diverse language use supports their focus on microcontrollers and WebAssembly development.

Are tinygo-org's repositories public?

Yes, tinygo-org's repositories are public on GitHub. This openness allows developers to access, contribute to, and utilize their projects, which cover a variety of tools and libraries for small device programming.

Is this exposure intended?

Monitor TinyGo with RepoGuard and get alerted the moment a new public repository appears.

Monitor this account