perry
node
| perry | node | |
|---|---|---|
| 12 | 1,367 | |
| 3,610 | 117,671 | |
| 38.2% | 0.7% | |
| 9.9 | 10.0 | |
| 7 days ago | 6 days ago | |
| Rust | JavaScript | |
| MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
perry
-
Perry Compiles TypeScript directly to executables using SWC and LLVM
On other sites, like github and reddit. This exchange was funny though. He eventually gets called out by the other commenter to stop responding with an LLM: https://github.com/PerryTS/perry/issues/139#issuecomment-429...
- I am worried about Bun
- Perry compiles TypeScript to native GUI and CLI apps on 10 platforms
- Perry โ TypeScript โ Native
- PerryTS: Compile TypeScript to native executables with LLVM
-
Show HN: Pry โ TypeScript compiled to native code, no Electron or V8
Hey HN โ I've been building Perry, a compiler that takes TypeScript and emits native binaries. No V8, no runtime, no Electron. It maps to platform-native UI widgets: AppKit on macOS, UIKit on iOS, Android Views on Android, GTK4 on Linux, Win32 on Windows.
Pry is the first real app built with it โ a JSON viewer, deliberately small.
It's in the iOS/macOS App Store and Google Play right now. Linux build works, Windows is waiting on code signing.
The compiler itself is written in Rust. It handles TypeScript parsing, type checking, and lowers to native code. The UI bindings aren't a wrapper library โ the compiler generates the actual platform API calls.
This is a building-in-public thing. Pry is the proof-of-concept. The bigger goal is a full IDE. Happy to answer questions about the compiler architecture, the app store submission process, or anything else.
Compiler repo: https://github.com/PerryTS/perry
node
-
Why a Test Automation Framework? (Playwright + TypeScript, Ch.1)
You'll need Node.js 18+ and Docker.
- Scarab Diagnostic Suite Field Test #017: Node.js Readline Line-Separator Boundary
-
Meet PageZERO: an open source SaaS starter kit on Cloudflare for the AI era
You only need Bun and Node.js. From there:
- Cรณmo instalar Node.js
-
BoxAgnts is an Out-Of-The-Box Secure AI Agent ToolBox in a WASM SandBox
Node.js 18+ (Install: https://nodejs.org/)
-
Deno 2.8
Node refuses to support TypeScript within node_modules, see https://github.com/nodejs/node/issues/58429 this means you can't do "Typescript-only npm packages".
They made that intentionally at the beginning:
> Currently there is consensus that Node.js should NOT run TypeScript files inside `node_modules. It is not supported to avoid package maintainers to release TS only package.
- DTLS Support Entering Node.js
-
Build an AI-Powered Developer Portal with Backstage and .NET
Node.js (includes npx and yarn)
- Node.js 26.0.0 (Now with Temporal)
- Node.js โ Promote Alpine Linux out of experimental to be a tier 2 platform
What are some alternatives?
rustc_codegen_cranelift - Cranelift based backend for rustc
pkg - Package your Node.js project into an executable
lumina - Lumina is an eager-by-default natively compiled functional programming language with the core goals of readibility, practicality, compiler-driven development and simplicity.
deno - A modern runtime for JavaScript and TypeScript.
wasmtime - A lightweight WebAssembly runtime that is fast, secure, and standards-compliant
CPython - The Python programming language