TypeScript Windows

Open-source TypeScript projects categorized as Windows

Top 23 TypeScript Window Projects

  • notable

    The Markdown-based note-taking app that doesn't suck.

  • Project mention: Noteable.io Is Shutting Down | news.ycombinator.com | 2023-12-16

    And I was confusing it with https://notable.app/

  • InvokeAI

    InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.

  • Project mention: Stable Diffusion 3 | news.ycombinator.com | 2024-02-22

    Probably not, since I have no idea what you're talking about. I've just been using the models that InvokeAI (2.3, I only just now saw there's a 3.0) downloads for me [0]. The SD1.5 one is as good as ever, but the SD2 model introduces artifacts on (many, but not all) faces and copyrighted characters.

    [0] https://github.com/invoke-ai/InvokeAI

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • chatbox

    Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux

  • Project mention: Chatbox (latest versions) is not open source; AskHN: anything similar? | news.ycombinator.com | 2024-02-08
  • clash-verge-rev

    Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)

  • Project mention: Forward SNI proxy with multiple gateways | /r/selfhosted | 2023-12-08
  • nuclear

    Streaming music player that finds free music for you

  • Project mention: A way to stream private music on Windows? | /r/privacy | 2023-06-27

    Win/Mac/Linux : Nuclear : https://github.com/nukeop/nuclear Radio mode automatically plays similar songs. If the connection is slow, You can change Invidious : https://docs.invidious.io/instances/

  • Zettlr

    Your One-Stop Publication Workbench

  • Project mention: Obsidian 1.5 Desktop (Public) | news.ycombinator.com | 2023-12-26
  • devhub

    TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them (by devhubapp)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • outline-apps

    Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet.

  • Project mention: Russia has started indiscriminately blocking all OpenVPN/WireGuard connections | news.ycombinator.com | 2024-01-20
  • inshellisense

    IDE style command line auto complete

  • Project mention: Carapace: A multi-shell completion library and binary | news.ycombinator.com | 2024-04-22
  • rubick

    🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。

  • Project mention: Boost Your Productivity with Rubcik | news.ycombinator.com | 2023-08-07

    Rubick is not only powerful but also free and open source, ensuring transparency and fostering collaboration. Contribute to its growth or simply enjoy its benefits without any cost.

    Discover the ultimate tool that makes your day-to-day tasks simpler and more efficient. Try Rubick today and experience the future of productivity!

    Get Rubick: [Download Now](https://github.com/rubickCenter/rubick/releases)

  • fluent-reader

    Modern desktop RSS reader built with Electron, React, and Fluent UI

  • Project mention: A modern cross-platform desktop RSS reader | news.ycombinator.com | 2023-11-13
  • youtube-music

    YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)

  • Project mention: Grandfathered YouTube Premium will see January price increase | /r/Android | 2023-12-07

    Install Firefox, ublock origin for desktop YouTube, install https://github.com/th-ch/youtube-music for YTM outside of your browser, use revanced manager for the Android YTM app, stop paying a suckers tax lol

  • forge

    :electron: A complete tool for building and publishing Electron applications

  • Project mention: Electron Code Signing: Using SSL.com codeSignTool for EV code signing | dev.to | 2024-05-09

    const config: ForgeConfig = { packagerConfig: { asar: true, icon: './build/icon', name: 'My App', appBundleId: 'com.myApp.electron', usageDescription: { Camera: 'App requires access to your camera for complete experience.', }, }, rebuildConfig: {}, makers: [ new MakerSquirrel((arch) => ({ // Make sure app name without space, see @https://github.com/electron/forge/issues/3462 name: appName.replace(' ', '-'), authors: 'Myself Inc', description: 'My Desktop app' })), ], hooks: { postMake: async (config, makeResults) => { if (process.platform === 'darwin') { return makeResults; } else { // Window machine runs this block makeResults.map((result) => { const TEMP_DIR = path.join(__dirname, 'release', 'temp'); if (!fs.existsSync(TEMP_DIR)) { fs.mkdirSync(TEMP_DIR, { recursive: true }); } result.artifacts.forEach((artifact) => { if (artifact.endsWith('.exe')) { console.log('===> Signing', artifact); const { name, dir } = path.parse(artifact); // CodeSignTool can't sign in place without verifying the overwrite with a // y/m interaction so we are creating a new file in a temp directory and // then replacing the original file with the signed file. const tempFile = path.join(TEMP_DIR, name); const setDir = `cd ./CodeSignTool/CodeSignTool-v1.2.7-windows`; // depending on where your codeSignTool is located const signFile = `CodeSignTool sign -input_file_path="${artifact}" -output_dir_path="${TEMP_DIR}" -credential_id="${process.env.WIN_SIGN_CREDENTIAL_ID}" -username="${process.env.WIN_SIGN_USERNAME}" -password="${process.env.WIN_SIGN_PASSWORD}" -totp_secret="${process.env.WIN_SIGN_TOTP}"`; const moveFile = `mv "${tempFile}" "${dir}"`; childProcess.execSync(`${setDir} && ${signFile} && ${moveFile}`, { stdio: 'inherit', }); } }); return result; }); return makeResults; } } } };

  • rd

    Container Management and Kubernetes on the Desktop

  • Project mention: Rancher Desktop v1.11.0 with Snapshots, Container Dashboard and More | news.ycombinator.com | 2023-11-03
  • react-native-track-player

    A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!

  • aura-theme

    ✨ A beautiful dark theme for your favorite apps.

  • PWABuilder

    The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.

  • Project mention: Don't upload your PWA to the app stores | dev.to | 2024-01-10

    For a PWA to be listed in app stores, it must be wrapped within additional software. This wrapper tends to be less robust and not as finely tuned as mainstream browsers, a fact that even PWABuilder acknowledges.

  • exifcleaner

    Cross-platform desktop GUI app to clean image metadata

  • Project mention: Anonimlik Rehberi | /r/KGBTR | 2023-10-23
  • Rocket.Chat.Electron

    Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat

  • TidGi-Desktop

    TidGi is an privatcy-in-mind, automated, auto-git-backup, freely-deployed Tiddlywiki knowledge management Desktop note app, with local REST API. 「 太记 」是一个基于「 太微 TiddlyWiki 」的知识管理桌面应用,能保护隐私内容、高级自动化、自动Git云备份、部署为博客,且可通过RESTAPI与Anki等应用连接。(迭代开发中欢迎试用,开发进度见下方链接)(Under active development, see website below for details)

  • rnx-kit

    Modern, scalable tools. Exceptional developer experience.

  • dopamine

    The audio player that keeps it simple (by digimezzo)

  • browser

    The browser that fights for your privacy. (by dothq)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Windows related posts

  • PSA: Telekom customers can potentially fix their lag by using a VPN

    1 project | /r/pathofexile | 11 Dec 2023
  • Nativefier Is Unmaintained

    1 project | news.ycombinator.com | 2 Dec 2023
  • Rancher Desktop v1.11.0 with Snapshots, Container Dashboard and More

    1 project | news.ycombinator.com | 3 Nov 2023
  • 🤷🏻‍♂️

    1 project | /r/Pikabu | 3 Oct 2023
  • Outline – Access to the free and open Internet

    1 project | news.ycombinator.com | 19 Sep 2023
  • Set Up a Self Hosted Outline VPN with Amazon LightSail in 5 steps.

    1 project | dev.to | 24 Aug 2023
  • Slack sucks on Dex. Any tools like Nativefier for android to package the desktop website into an electron app?

    2 projects | /r/SamsungDex | 17 Aug 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 9 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Window projects in TypeScript? This list will help you:

Project Stars
1 notable 22,269
2 InvokeAI 21,384
3 chatbox 18,679
4 clash-verge-rev 18,498
5 nuclear 11,485
6 Zettlr 9,640
7 devhub 9,530
8 outline-apps 8,149
9 inshellisense 8,100
10 rubick 7,285
11 fluent-reader 6,573
12 youtube-music 6,394
13 forge 6,254
14 rd 5,564
15 react-native-track-player 3,130
16 aura-theme 3,042
17 PWABuilder 2,453
18 exifcleaner 1,675
19 Rocket.Chat.Electron 1,569
20 TidGi-Desktop 1,461
21 rnx-kit 1,422
22 dopamine 1,338
23 browser 1,083

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com