Add DynoTable - #2227
Open
dynotable-user wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds DynoTable, a desktop GUI for Amazon DynamoDB.
It runs SQL with joins,
GROUP BYand aggregates over live tables (compiled client-side into DynamoDB's ownQueryandScan, planned against your keys and GSIs), edits items visually, and pairs with an AI agent that runs on your own Bedrock keys. Ships for macOS, Windows and Linux.Evidence it is built with Electron (required for closed-source submissions). The published artifacts are stock Electron Forge maker output:
DynoTable-darwin-arm64-1.2.0.zip@electron-forge/maker-zipDynoTable-1.2.0.Setup.exe@electron-forge/maker-squirreldynotable_1.2.0_amd64.deb@electron-forge/maker-debdynotable-1.2.0-1.x86_64.rpm@electron-forge/maker-rpmDynoTable-1.2.0-x64.AppImageEach is reachable from
https://dynotable.com/api/download/<mac|win|deb|rpm|appimage>. Running on Electron 43.2.0.Checked against the submission guidelines: icon is a 512x512 PNG square, description starts with a capital and ends with a period, does not begin with "A"/"An" and does not mention Electron, all links are https, and the app first shipped on 2026-06-23 (over 20 days ago).