@fredlackey/devutils 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
- package/src/commands/install.js +374 -36
- package/src/installs/adobe-creative-cloud.js +527 -25
- package/src/installs/adobe-creative-cloud.md +605 -0
- package/src/installs/appcleaner.js +303 -26
- package/src/installs/appcleaner.md +699 -0
- package/src/installs/apt-transport-https.js +390 -0
- package/src/installs/apt-transport-https.md +678 -0
- package/src/installs/atomicparsley.js +624 -26
- package/src/installs/atomicparsley.md +795 -0
- package/src/installs/aws-cli.js +779 -26
- package/src/installs/aws-cli.md +727 -0
- package/src/installs/balena-etcher.js +688 -26
- package/src/installs/balena-etcher.md +761 -0
- package/src/installs/bambu-studio.js +912 -26
- package/src/installs/bambu-studio.md +780 -0
- package/src/installs/bash-completion.js +554 -23
- package/src/installs/bash-completion.md +833 -0
- package/src/installs/bash.js +399 -26
- package/src/installs/bash.md +993 -0
- package/src/installs/beyond-compare.js +585 -26
- package/src/installs/beyond-compare.md +813 -0
- package/src/installs/build-essential.js +511 -26
- package/src/installs/build-essential.md +977 -0
- package/src/installs/ca-certificates.js +618 -0
- package/src/installs/ca-certificates.md +937 -0
- package/src/installs/caffeine.js +490 -26
- package/src/installs/caffeine.md +839 -0
- package/src/installs/camtasia.js +577 -25
- package/src/installs/camtasia.md +762 -0
- package/src/installs/chatgpt.js +458 -26
- package/src/installs/chatgpt.md +814 -0
- package/src/installs/chocolatey.js +447 -0
- package/src/installs/chocolatey.md +661 -0
- package/src/installs/chrome-canary.js +472 -26
- package/src/installs/chrome-canary.md +641 -0
- package/src/installs/chromium.js +645 -26
- package/src/installs/chromium.md +838 -0
- package/src/installs/claude-code.js +558 -26
- package/src/installs/claude-code.md +1173 -0
- package/src/installs/curl.js +361 -26
- package/src/installs/curl.md +714 -0
- package/src/installs/cursor.js +561 -26
- package/src/installs/cursor.md +970 -0
- package/src/installs/dbschema.js +674 -26
- package/src/installs/dbschema.md +925 -0
- package/src/installs/dependencies.md +435 -0
- package/src/installs/development-tools.js +600 -0
- package/src/installs/development-tools.md +977 -0
- package/src/installs/docker.js +1010 -25
- package/src/installs/docker.md +1109 -0
- package/src/installs/drawio.js +1001 -26
- package/src/installs/drawio.md +795 -0
- package/src/installs/elmedia-player.js +328 -25
- package/src/installs/elmedia-player.md +556 -0
- package/src/installs/ffmpeg.js +870 -25
- package/src/installs/ffmpeg.md +852 -0
- package/src/installs/file.js +464 -0
- package/src/installs/file.md +987 -0
- package/src/installs/gemini-cli.js +793 -26
- package/src/installs/gemini-cli.md +1153 -0
- package/src/installs/git.js +382 -26
- package/src/installs/git.md +907 -0
- package/src/installs/gitego.js +931 -26
- package/src/installs/gitego.md +1172 -0
- package/src/installs/go.js +913 -26
- package/src/installs/go.md +958 -0
- package/src/installs/google-chrome.js +801 -25
- package/src/installs/google-chrome.md +862 -0
- package/src/installs/gpg.js +412 -73
- package/src/installs/gpg.md +1056 -0
- package/src/installs/homebrew.js +1015 -26
- package/src/installs/homebrew.md +988 -0
- package/src/installs/imageoptim.js +950 -26
- package/src/installs/imageoptim.md +1119 -0
- package/src/installs/installers.json +2297 -0
- package/src/installs/jq.js +382 -26
- package/src/installs/jq.md +809 -0
- package/src/installs/keyboard-maestro.js +701 -26
- package/src/installs/keyboard-maestro.md +825 -0
- package/src/installs/latex.js +771 -26
- package/src/installs/latex.md +1095 -0
- package/src/installs/lftp.js +338 -26
- package/src/installs/lftp.md +907 -0
- package/src/installs/lsb-release.js +346 -0
- package/src/installs/lsb-release.md +814 -0
- package/src/installs/messenger.js +829 -26
- package/src/installs/messenger.md +900 -0
- package/src/installs/microsoft-office.js +550 -26
- package/src/installs/microsoft-office.md +760 -0
- package/src/installs/microsoft-teams.js +782 -25
- package/src/installs/microsoft-teams.md +886 -0
- package/src/installs/node.js +886 -26
- package/src/installs/node.md +1153 -0
- package/src/installs/nordpass.js +698 -26
- package/src/installs/nordpass.md +921 -0
- package/src/installs/nvm.js +977 -26
- package/src/installs/nvm.md +1057 -0
- package/src/installs/openssh.js +734 -64
- package/src/installs/openssh.md +1056 -0
- package/src/installs/pandoc.js +644 -26
- package/src/installs/pandoc.md +1036 -0
- package/src/installs/pinentry.js +492 -26
- package/src/installs/pinentry.md +1142 -0
- package/src/installs/pngyu.js +851 -26
- package/src/installs/pngyu.md +896 -0
- package/src/installs/postman.js +781 -26
- package/src/installs/postman.md +940 -0
- package/src/installs/procps.js +425 -0
- package/src/installs/procps.md +851 -0
- package/src/installs/safari-tech-preview.js +355 -25
- package/src/installs/safari-tech-preview.md +533 -0
- package/src/installs/sfnt2woff.js +640 -26
- package/src/installs/sfnt2woff.md +795 -0
- package/src/installs/shellcheck.js +463 -26
- package/src/installs/shellcheck.md +1005 -0
- package/src/installs/slack.js +722 -25
- package/src/installs/slack.md +865 -0
- package/src/installs/snagit.js +566 -25
- package/src/installs/snagit.md +844 -0
- package/src/installs/software-properties-common.js +372 -0
- package/src/installs/software-properties-common.md +805 -0
- package/src/installs/spotify.js +858 -25
- package/src/installs/spotify.md +901 -0
- package/src/installs/studio-3t.js +803 -26
- package/src/installs/studio-3t.md +918 -0
- package/src/installs/sublime-text.js +780 -25
- package/src/installs/sublime-text.md +914 -0
- package/src/installs/superwhisper.js +687 -25
- package/src/installs/superwhisper.md +630 -0
- package/src/installs/tailscale.js +727 -26
- package/src/installs/tailscale.md +1100 -0
- package/src/installs/tar.js +389 -0
- package/src/installs/tar.md +946 -0
- package/src/installs/termius.js +780 -26
- package/src/installs/termius.md +844 -0
- package/src/installs/terraform.js +761 -26
- package/src/installs/terraform.md +899 -0
- package/src/installs/tidal.js +752 -25
- package/src/installs/tidal.md +864 -0
- package/src/installs/tmux.js +328 -26
- package/src/installs/tmux.md +1030 -0
- package/src/installs/tree.js +393 -26
- package/src/installs/tree.md +833 -0
- package/src/installs/unzip.js +460 -0
- package/src/installs/unzip.md +879 -0
- package/src/installs/vim.js +403 -26
- package/src/installs/vim.md +1040 -0
- package/src/installs/vlc.js +803 -26
- package/src/installs/vlc.md +927 -0
- package/src/installs/vscode.js +825 -26
- package/src/installs/vscode.md +1002 -0
- package/src/installs/wget.js +415 -0
- package/src/installs/wget.md +791 -0
- package/src/installs/whatsapp.js +710 -25
- package/src/installs/whatsapp.md +854 -0
- package/src/installs/winpty.js +352 -0
- package/src/installs/winpty.md +620 -0
- package/src/installs/woff2.js +535 -26
- package/src/installs/woff2.md +977 -0
- package/src/installs/wsl.js +572 -0
- package/src/installs/wsl.md +699 -0
- package/src/installs/xcode-clt.js +520 -0
- package/src/installs/xcode-clt.md +351 -0
- package/src/installs/xcode.js +542 -26
- package/src/installs/xcode.md +573 -0
- package/src/installs/yarn.js +806 -26
- package/src/installs/yarn.md +1074 -0
- package/src/installs/yq.js +636 -26
- package/src/installs/yq.md +944 -0
- package/src/installs/yt-dlp.js +683 -26
- package/src/installs/yt-dlp.md +946 -0
- package/src/installs/yum-utils.js +297 -0
- package/src/installs/yum-utils.md +648 -0
- package/src/installs/zoom.js +740 -25
- package/src/installs/zoom.md +884 -0
- package/src/scripts/README.md +567 -45
- package/src/scripts/STATUS.md +208 -0
- package/src/scripts/afk.js +395 -7
- package/src/scripts/backup-all.js +731 -9
- package/src/scripts/backup-source.js +711 -8
- package/src/scripts/brewd.js +373 -7
- package/src/scripts/brewi.js +505 -9
- package/src/scripts/brewr.js +512 -9
- package/src/scripts/brews.js +462 -9
- package/src/scripts/brewu.js +488 -7
- package/src/scripts/c.js +185 -7
- package/src/scripts/ccurl.js +325 -8
- package/src/scripts/certbot-crontab-init.js +488 -8
- package/src/scripts/certbot-init.js +641 -9
- package/src/scripts/ch.js +339 -7
- package/src/scripts/claude-danger.js +253 -8
- package/src/scripts/clean-dev.js +419 -8
- package/src/scripts/clear-dns-cache.js +525 -7
- package/src/scripts/clone.js +417 -7
- package/src/scripts/code-all.js +420 -7
- package/src/scripts/count-files.js +195 -8
- package/src/scripts/count-folders.js +195 -8
- package/src/scripts/count.js +248 -8
- package/src/scripts/d.js +203 -7
- package/src/scripts/datauri.js +373 -8
- package/src/scripts/delete-files.js +363 -7
- package/src/scripts/docker-clean.js +410 -8
- package/src/scripts/dp.js +426 -7
- package/src/scripts/e.js +375 -9
- package/src/scripts/empty-trash.js +497 -7
- package/src/scripts/evm.js +428 -9
- package/src/scripts/fetch-github-repos.js +441 -10
- package/src/scripts/get-channel.js +329 -8
- package/src/scripts/get-course.js +384 -11
- package/src/scripts/get-dependencies.js +290 -9
- package/src/scripts/get-folder.js +783 -10
- package/src/scripts/get-tunes.js +411 -10
- package/src/scripts/get-video.js +352 -9
- package/src/scripts/git-backup.js +561 -9
- package/src/scripts/git-clone.js +477 -9
- package/src/scripts/git-pup.js +303 -7
- package/src/scripts/git-push.js +380 -8
- package/src/scripts/h.js +607 -9
- package/src/scripts/hide-desktop-icons.js +483 -7
- package/src/scripts/hide-hidden-files.js +522 -7
- package/src/scripts/install-dependencies-from.js +440 -9
- package/src/scripts/ips.js +647 -10
- package/src/scripts/iso.js +354 -8
- package/src/scripts/killni.js +561 -7
- package/src/scripts/ll.js +451 -8
- package/src/scripts/local-ip.js +310 -8
- package/src/scripts/m.js +508 -8
- package/src/scripts/map.js +293 -8
- package/src/scripts/mkd.js +287 -7
- package/src/scripts/ncu-update-all.js +441 -8
- package/src/scripts/nginx-init.js +702 -12
- package/src/scripts/npmi.js +366 -7
- package/src/scripts/o.js +495 -8
- package/src/scripts/org-by-date.js +321 -7
- package/src/scripts/p.js +208 -7
- package/src/scripts/packages.js +313 -8
- package/src/scripts/path.js +209 -7
- package/src/scripts/ports.js +582 -8
- package/src/scripts/q.js +290 -8
- package/src/scripts/refresh-files.js +378 -10
- package/src/scripts/remove-smaller-files.js +500 -8
- package/src/scripts/rename-files-with-date.js +517 -9
- package/src/scripts/resize-image.js +523 -9
- package/src/scripts/rm-safe.js +653 -8
- package/src/scripts/s.js +525 -9
- package/src/scripts/set-git-public.js +349 -7
- package/src/scripts/show-desktop-icons.js +459 -7
- package/src/scripts/show-hidden-files.js +456 -7
- package/src/scripts/tpa.js +265 -8
- package/src/scripts/tpo.js +264 -7
- package/src/scripts/u.js +489 -7
- package/src/scripts/vpush.js +422 -8
- package/src/scripts/y.js +267 -7
- package/src/utils/common/os.js +94 -2
- package/src/utils/ubuntu/apt.js +13 -7
|
@@ -0,0 +1,918 @@
|
|
|
1
|
+
# Installing Studio 3T
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Studio 3T is the professional IDE, client, and GUI for MongoDB. It provides a comprehensive environment for working with MongoDB databases, offering features such as:
|
|
6
|
+
|
|
7
|
+
- **Visual Query Builder**: Build MongoDB queries using drag-and-drop functionality
|
|
8
|
+
- **IntelliShell**: Autocomplete-enabled MongoDB shell with syntax highlighting
|
|
9
|
+
- **SQL Query**: Query MongoDB using SQL syntax and automatically translate to MongoDB query language
|
|
10
|
+
- **Aggregation Editor**: Visual pipeline builder for MongoDB aggregation framework
|
|
11
|
+
- **Data Import/Export**: Support for JSON, CSV, SQL, and BSON formats
|
|
12
|
+
- **Schema Explorer**: Visualize and analyze document schemas
|
|
13
|
+
- **Compare and Sync**: Compare and synchronize MongoDB collections and databases
|
|
14
|
+
|
|
15
|
+
Studio 3T is available in multiple editions:
|
|
16
|
+
- **Studio 3T Free**: Non-commercial use with core features
|
|
17
|
+
- **Studio 3T Professional**: Full feature set for individual developers
|
|
18
|
+
- **Studio 3T Ultimate**: Enterprise features including team governance and compliance
|
|
19
|
+
|
|
20
|
+
Studio 3T is a native desktop application available for Windows, macOS, and Linux (x86-64 only). ARM-based systems (including Raspberry Pi and Apple Silicon via Rosetta) have varying levels of support.
|
|
21
|
+
|
|
22
|
+
## Prerequisites
|
|
23
|
+
|
|
24
|
+
Before installing Studio 3T on any platform, ensure:
|
|
25
|
+
|
|
26
|
+
1. **Internet connectivity** - Required to download Studio 3T and for license activation
|
|
27
|
+
2. **Administrative privileges** - Required for system-wide installation on most platforms
|
|
28
|
+
3. **Sufficient resources** - Minimum 4 GB RAM and 500 MB free disk space recommended
|
|
29
|
+
4. **Display** - Studio 3T requires a graphical display environment (GUI application)
|
|
30
|
+
5. **Java Runtime** - Bundled with the installer; no separate installation required
|
|
31
|
+
|
|
32
|
+
**Important**: Studio 3T is built for x86-64 (Intel/AMD 64-bit) architecture. It does not natively support ARM processors on Linux. macOS Apple Silicon is supported via a dedicated build.
|
|
33
|
+
|
|
34
|
+
## Dependencies
|
|
35
|
+
|
|
36
|
+
### macOS (Homebrew)
|
|
37
|
+
- **Required:**
|
|
38
|
+
- Homebrew package manager - Install via `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
|
|
39
|
+
- **Optional:** None
|
|
40
|
+
- **Auto-installed:** None (Studio 3T is a self-contained .app bundle)
|
|
41
|
+
|
|
42
|
+
### Ubuntu (APT/Snap)
|
|
43
|
+
- **Required:**
|
|
44
|
+
- `wget` - Install via `sudo apt install wget` (usually pre-installed)
|
|
45
|
+
- `tar` - Install via `sudo apt install tar` (usually pre-installed)
|
|
46
|
+
- `gzip` - Install via `sudo apt install gzip` (usually pre-installed)
|
|
47
|
+
- `sudo` privileges - Required for installation
|
|
48
|
+
- **Optional:**
|
|
49
|
+
- GTK3 and GUI libraries (recommended if GUI errors occur after installation):
|
|
50
|
+
- `libgtk-3-0` - Install via `sudo apt install libgtk-3-0`
|
|
51
|
+
- `libnotify4` - Install via `sudo apt install libnotify4`
|
|
52
|
+
- `libnss3` - Install via `sudo apt install libnss3`
|
|
53
|
+
- `libxss1` - Install via `sudo apt install libxss1`
|
|
54
|
+
- `libxtst6` - Install via `sudo apt install libxtst6`
|
|
55
|
+
- `libatspi2.0-0` - Install via `sudo apt install libatspi2.0-0`
|
|
56
|
+
- `libsecret-1-0` - Install via `sudo apt install libsecret-1-0`
|
|
57
|
+
- X11 or Wayland display server - For GUI support (usually pre-installed on desktop systems)
|
|
58
|
+
- **Auto-installed:** None
|
|
59
|
+
|
|
60
|
+
### Raspberry Pi OS (APT/Snap)
|
|
61
|
+
- **Installation not supported:** Studio 3T requires x86-64 architecture and does not support ARM processors used by Raspberry Pi
|
|
62
|
+
|
|
63
|
+
### Amazon Linux (DNF/YUM)
|
|
64
|
+
- **Required:**
|
|
65
|
+
- Package manager (`dnf` for Amazon Linux 2023, `yum` for Amazon Linux 2) - Pre-installed
|
|
66
|
+
- `wget` - Auto-installed during script execution via `sudo dnf install wget` or `sudo yum install wget`
|
|
67
|
+
- `tar` - Auto-installed during script execution via `sudo dnf install tar` or `sudo yum install tar`
|
|
68
|
+
- `gzip` - Auto-installed during script execution via `sudo dnf install gzip` or `sudo yum install gzip`
|
|
69
|
+
- `sudo` privileges - Required for installation
|
|
70
|
+
- **Optional:**
|
|
71
|
+
- X11 display server or X11 forwarding - Required for GUI on headless servers (connect via `ssh -X`)
|
|
72
|
+
- **Auto-installed:**
|
|
73
|
+
- `gtk3` - GTK 3 library (installed via `sudo dnf install gtk3` or `sudo yum install gtk3`)
|
|
74
|
+
- `libnotify` - Desktop notification library (installed via package manager)
|
|
75
|
+
- `nss` - Network Security Services (installed via package manager)
|
|
76
|
+
- `libXScrnSaver` - X11 screensaver extension library (installed via package manager)
|
|
77
|
+
- `libXtst` - X11 testing library (installed via package manager)
|
|
78
|
+
- `at-spi2-core` - Assistive Technology Service Provider Interface (installed via package manager)
|
|
79
|
+
- `libsecret` - Secret storage library (installed via package manager)
|
|
80
|
+
|
|
81
|
+
### Windows (Chocolatey)
|
|
82
|
+
- **Required:**
|
|
83
|
+
- Chocolatey package manager - Install via PowerShell (Administrator): `Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))`
|
|
84
|
+
- Administrator privileges - Required to run Chocolatey
|
|
85
|
+
- **Optional:** None
|
|
86
|
+
- **Auto-installed:** None (Chocolatey handles all Studio 3T installation requirements)
|
|
87
|
+
|
|
88
|
+
### Git Bash (Manual/Portable)
|
|
89
|
+
- **Required:**
|
|
90
|
+
- Windows 10 or Windows 11 (64-bit) - Host operating system
|
|
91
|
+
- Git Bash - Comes with Git for Windows (download from https://git-scm.com/download/win)
|
|
92
|
+
- Chocolatey package manager on Windows - Install via PowerShell (Administrator)
|
|
93
|
+
- PowerShell - Pre-installed on Windows
|
|
94
|
+
- Administrator privileges - Required for Chocolatey operations
|
|
95
|
+
- **Optional:** None
|
|
96
|
+
- **Auto-installed:** None (Studio 3T is installed on Windows host via Chocolatey)
|
|
97
|
+
|
|
98
|
+
## Platform-Specific Installation
|
|
99
|
+
|
|
100
|
+
### macOS (Homebrew)
|
|
101
|
+
|
|
102
|
+
#### Prerequisites
|
|
103
|
+
|
|
104
|
+
- macOS 10.15 (Catalina) or later
|
|
105
|
+
- Homebrew package manager installed
|
|
106
|
+
- At least 4 GB RAM
|
|
107
|
+
- Intel processor or Apple Silicon (M1/M2/M3/M4)
|
|
108
|
+
|
|
109
|
+
If Homebrew is not installed, install it first:
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
#### Installation Steps
|
|
116
|
+
|
|
117
|
+
Run the following command to install Studio 3T:
|
|
118
|
+
|
|
119
|
+
```bash
|
|
120
|
+
brew install --quiet --cask studio-3t
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
The `--quiet` flag suppresses non-essential output, and `--cask` specifies the graphical application version. Homebrew automatically selects the correct architecture (Intel or Apple Silicon) for your Mac.
|
|
124
|
+
|
|
125
|
+
After installation, launch Studio 3T from the Applications folder or via command line:
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
open -a "Studio 3T"
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
**Note**: On first launch, Studio 3T will prompt you to accept the license agreement and optionally sign in or start a trial. You can use Studio 3T Free without an account for non-commercial purposes.
|
|
132
|
+
|
|
133
|
+
#### Verification
|
|
134
|
+
|
|
135
|
+
Confirm the installation succeeded by checking if the application exists:
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
ls -la "/Applications/Studio 3T.app"
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
Expected output should show the Studio 3T.app directory with recent modification dates.
|
|
142
|
+
|
|
143
|
+
Verify the installed version:
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
brew info --cask studio-3t | head -1
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
Expected output (version numbers may vary):
|
|
150
|
+
|
|
151
|
+
```
|
|
152
|
+
studio-3t: 2025.23.0
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
#### Troubleshooting
|
|
156
|
+
|
|
157
|
+
**Problem**: `Error: Cask 'studio-3t' is already installed`
|
|
158
|
+
|
|
159
|
+
**Solution**: If you need to reinstall, first uninstall then reinstall:
|
|
160
|
+
|
|
161
|
+
```bash
|
|
162
|
+
brew uninstall --cask studio-3t
|
|
163
|
+
brew install --quiet --cask studio-3t
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
**Problem**: Application does not launch or crashes immediately
|
|
167
|
+
|
|
168
|
+
**Solution**: Clear Studio 3T's cache and configuration, then try again:
|
|
169
|
+
|
|
170
|
+
```bash
|
|
171
|
+
rm -rf ~/Library/Application\ Support/3T\ Software\ Labs
|
|
172
|
+
rm -rf ~/Library/Caches/3T\ Software\ Labs
|
|
173
|
+
open -a "Studio 3T"
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
**Problem**: "Studio 3T cannot be opened because Apple cannot check it for malicious software"
|
|
177
|
+
|
|
178
|
+
**Solution**: Right-click the Studio 3T application in Finder and select "Open" to bypass Gatekeeper, or allow it in System Preferences > Security & Privacy > General.
|
|
179
|
+
|
|
180
|
+
**Problem**: Application runs slowly on Apple Silicon
|
|
181
|
+
|
|
182
|
+
**Solution**: Studio 3T provides a native Apple Silicon build. Ensure you have the latest version:
|
|
183
|
+
|
|
184
|
+
```bash
|
|
185
|
+
brew upgrade --cask studio-3t
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
### Ubuntu/Debian (APT)
|
|
191
|
+
|
|
192
|
+
#### Prerequisites
|
|
193
|
+
|
|
194
|
+
- Ubuntu 22.04 LTS or later, or Debian 11 (Bullseye) or later (64-bit x86-64 only)
|
|
195
|
+
- sudo privileges
|
|
196
|
+
- X11 or Wayland display server for GUI
|
|
197
|
+
- At least 4 GB RAM
|
|
198
|
+
|
|
199
|
+
**Important**: Studio 3T is not available through APT repositories. It must be installed manually via the official tarball. The installation uses an included shell script that supports silent/non-interactive installation.
|
|
200
|
+
|
|
201
|
+
#### Installation Steps
|
|
202
|
+
|
|
203
|
+
**Step 1: Download Studio 3T**
|
|
204
|
+
|
|
205
|
+
Download the latest Linux tarball:
|
|
206
|
+
|
|
207
|
+
```bash
|
|
208
|
+
wget -q "https://download.studio3t.com/studio-3t/linux/2025.23.0/studio-3t-linux-x64.tar.gz" -O /tmp/studio-3t-linux-x64.tar.gz
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
**Note**: Replace `2025.23.0` with the latest version number. Check https://studio3t.com/download/ for the current version.
|
|
212
|
+
|
|
213
|
+
**Step 2: Extract the archive**
|
|
214
|
+
|
|
215
|
+
```bash
|
|
216
|
+
tar -xzf /tmp/studio-3t-linux-x64.tar.gz -C /tmp/
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
**Step 3: Run the installer (non-interactive)**
|
|
220
|
+
|
|
221
|
+
```bash
|
|
222
|
+
sudo /tmp/studio-3t-linux-x64.sh -q
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
The `-q` flag enables quiet/non-interactive mode, installing Studio 3T to the default location (`/opt/studio3t`) without prompting for input.
|
|
226
|
+
|
|
227
|
+
**Step 4: Clean up**
|
|
228
|
+
|
|
229
|
+
```bash
|
|
230
|
+
rm -f /tmp/studio-3t-linux-x64.tar.gz /tmp/studio-3t-linux-x64.sh
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
After installation, launch Studio 3T from the application menu or via command line:
|
|
234
|
+
|
|
235
|
+
```bash
|
|
236
|
+
/opt/studio3t/Studio-3T &
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
#### Verification
|
|
240
|
+
|
|
241
|
+
Confirm the installation succeeded:
|
|
242
|
+
|
|
243
|
+
```bash
|
|
244
|
+
ls -la /opt/studio3t/Studio-3T
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
Expected output shows the Studio 3T executable file.
|
|
248
|
+
|
|
249
|
+
Verify the desktop entry was created:
|
|
250
|
+
|
|
251
|
+
```bash
|
|
252
|
+
ls -la /usr/share/applications/studio-3t.desktop 2>/dev/null || ls -la ~/.local/share/applications/studio-3t.desktop 2>/dev/null
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
Launch Studio 3T:
|
|
256
|
+
|
|
257
|
+
```bash
|
|
258
|
+
/opt/studio3t/Studio-3T &
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
The application should launch and display the main Studio 3T interface.
|
|
262
|
+
|
|
263
|
+
#### Troubleshooting
|
|
264
|
+
|
|
265
|
+
**Problem**: Installer fails with permission errors
|
|
266
|
+
|
|
267
|
+
**Solution**: Ensure you run the installer with sudo:
|
|
268
|
+
|
|
269
|
+
```bash
|
|
270
|
+
sudo /tmp/studio-3t-linux-x64.sh -q
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
**Problem**: "error while loading shared libraries"
|
|
274
|
+
|
|
275
|
+
**Solution**: Install missing GTK and other dependencies:
|
|
276
|
+
|
|
277
|
+
```bash
|
|
278
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get update -y
|
|
279
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 libatspi2.0-0 libsecret-1-0
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
**Problem**: Application fails to start with display errors
|
|
283
|
+
|
|
284
|
+
**Solution**: Ensure you have a working X11 or Wayland session. For headless servers, use X11 forwarding:
|
|
285
|
+
|
|
286
|
+
```bash
|
|
287
|
+
ssh -X user@server
|
|
288
|
+
/opt/studio3t/Studio-3T
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
**Problem**: Download URL returns 404
|
|
292
|
+
|
|
293
|
+
**Solution**: The version number may have changed. Visit https://studio3t.com/download/ to find the current version and update the download URL accordingly.
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
### Raspberry Pi OS (APT)
|
|
298
|
+
|
|
299
|
+
#### Prerequisites
|
|
300
|
+
|
|
301
|
+
- Raspberry Pi OS (64-bit) - Bookworm or later
|
|
302
|
+
- Raspberry Pi 4 or later with at least 4 GB RAM
|
|
303
|
+
- 64-bit operating system (aarch64/arm64 architecture)
|
|
304
|
+
- sudo privileges
|
|
305
|
+
- X11 display server for GUI
|
|
306
|
+
|
|
307
|
+
**Critical Limitation**: Studio 3T does NOT support ARM architecture. The application is built exclusively for x86-64 (Intel/AMD) processors. There is no ARM build available for Raspberry Pi.
|
|
308
|
+
|
|
309
|
+
First, verify your architecture:
|
|
310
|
+
|
|
311
|
+
```bash
|
|
312
|
+
uname -m
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
- `aarch64` or `armv8l` = ARM 64-bit (NOT supported by Studio 3T)
|
|
316
|
+
- `armv7l` = ARM 32-bit (NOT supported by Studio 3T)
|
|
317
|
+
|
|
318
|
+
#### Installation Steps
|
|
319
|
+
|
|
320
|
+
**Studio 3T cannot be installed on Raspberry Pi due to architecture incompatibility.**
|
|
321
|
+
|
|
322
|
+
Use one of these alternatives instead:
|
|
323
|
+
|
|
324
|
+
**Alternative 1 - MongoDB Compass (Recommended)**
|
|
325
|
+
|
|
326
|
+
MongoDB Compass is MongoDB's official GUI and may have better ARM support. However, it also has limited ARM Linux support. Check the current status at https://www.mongodb.com/products/compass.
|
|
327
|
+
|
|
328
|
+
**Alternative 2 - mongosh (MongoDB Shell)**
|
|
329
|
+
|
|
330
|
+
For command-line access to MongoDB, install the MongoDB Shell:
|
|
331
|
+
|
|
332
|
+
```bash
|
|
333
|
+
# Add MongoDB repository
|
|
334
|
+
wget -qO - https://www.mongodb.org/static/pgp/server-7.0.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-archive-keyring.gpg
|
|
335
|
+
echo "deb [signed-by=/usr/share/keyrings/mongodb-archive-keyring.gpg arch=arm64] https://repo.mongodb.org/apt/debian bookworm/mongodb-org/7.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list
|
|
336
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get update -y
|
|
337
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y mongodb-mongosh
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
**Alternative 3 - Web-based MongoDB Tools**
|
|
341
|
+
|
|
342
|
+
Access your MongoDB databases through web-based interfaces:
|
|
343
|
+
- MongoDB Atlas includes a web-based data explorer
|
|
344
|
+
- Adminmongo (self-hosted web interface)
|
|
345
|
+
|
|
346
|
+
**Alternative 4 - Remote Access**
|
|
347
|
+
|
|
348
|
+
Install Studio 3T on an x86-64 machine (desktop PC, laptop, or cloud VM) and connect remotely to your MongoDB instance running on the Raspberry Pi.
|
|
349
|
+
|
|
350
|
+
#### Verification
|
|
351
|
+
|
|
352
|
+
This section is not applicable as Studio 3T cannot be installed on Raspberry Pi.
|
|
353
|
+
|
|
354
|
+
For mongosh alternative, verify installation:
|
|
355
|
+
|
|
356
|
+
```bash
|
|
357
|
+
mongosh --version
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
#### Troubleshooting
|
|
361
|
+
|
|
362
|
+
**Problem**: Attempting to run Studio 3T Linux installer on Raspberry Pi
|
|
363
|
+
|
|
364
|
+
**Solution**: This will fail because the binary is compiled for x86-64 architecture. Use one of the alternatives listed above.
|
|
365
|
+
|
|
366
|
+
---
|
|
367
|
+
|
|
368
|
+
### Amazon Linux/RHEL (DNF/YUM)
|
|
369
|
+
|
|
370
|
+
#### Prerequisites
|
|
371
|
+
|
|
372
|
+
- Amazon Linux 2023, Amazon Linux 2, RHEL 8, or later (64-bit x86-64)
|
|
373
|
+
- sudo privileges
|
|
374
|
+
- X11 display server for GUI (typically not available on EC2 server instances)
|
|
375
|
+
- At least 4 GB RAM
|
|
376
|
+
|
|
377
|
+
**Important**: Amazon Linux EC2 instances typically run headless (no GUI). Studio 3T is a graphical application and requires a display. For headless server environments, either use X11 forwarding or access MongoDB through command-line tools.
|
|
378
|
+
|
|
379
|
+
#### Installation Steps
|
|
380
|
+
|
|
381
|
+
**Step 1: Install required dependencies**
|
|
382
|
+
|
|
383
|
+
For Amazon Linux 2023:
|
|
384
|
+
|
|
385
|
+
```bash
|
|
386
|
+
sudo dnf install -y wget tar gzip gtk3 libnotify nss libXScrnSaver libXtst at-spi2-core libsecret
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
For Amazon Linux 2:
|
|
390
|
+
|
|
391
|
+
```bash
|
|
392
|
+
sudo yum install -y wget tar gzip gtk3 libnotify nss libXScrnSaver libXtst at-spi2-atk libsecret
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
**Step 2: Download Studio 3T**
|
|
396
|
+
|
|
397
|
+
```bash
|
|
398
|
+
wget -q "https://download.studio3t.com/studio-3t/linux/2025.23.0/studio-3t-linux-x64.tar.gz" -O /tmp/studio-3t-linux-x64.tar.gz
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
**Note**: Replace `2025.23.0` with the latest version number from https://studio3t.com/download/.
|
|
402
|
+
|
|
403
|
+
**Step 3: Extract the archive**
|
|
404
|
+
|
|
405
|
+
```bash
|
|
406
|
+
tar -xzf /tmp/studio-3t-linux-x64.tar.gz -C /tmp/
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
**Step 4: Run the installer (non-interactive)**
|
|
410
|
+
|
|
411
|
+
```bash
|
|
412
|
+
sudo /tmp/studio-3t-linux-x64.sh -q
|
|
413
|
+
```
|
|
414
|
+
|
|
415
|
+
The `-q` flag enables quiet/non-interactive mode.
|
|
416
|
+
|
|
417
|
+
**Step 5: Clean up**
|
|
418
|
+
|
|
419
|
+
```bash
|
|
420
|
+
rm -f /tmp/studio-3t-linux-x64.tar.gz /tmp/studio-3t-linux-x64.sh
|
|
421
|
+
```
|
|
422
|
+
|
|
423
|
+
**For Headless Servers - mongosh Alternative:**
|
|
424
|
+
|
|
425
|
+
If you only need command-line MongoDB access on a headless server:
|
|
426
|
+
|
|
427
|
+
```bash
|
|
428
|
+
# For Amazon Linux 2023
|
|
429
|
+
sudo tee /etc/yum.repos.d/mongodb-org-7.0.repo > /dev/null <<'EOF'
|
|
430
|
+
[mongodb-org-7.0]
|
|
431
|
+
name=MongoDB Repository
|
|
432
|
+
baseurl=https://repo.mongodb.org/yum/amazon/2023/mongodb-org/7.0/x86_64/
|
|
433
|
+
gpgcheck=1
|
|
434
|
+
enabled=1
|
|
435
|
+
gpgkey=https://www.mongodb.org/static/pgp/server-7.0.asc
|
|
436
|
+
EOF
|
|
437
|
+
sudo dnf install -y mongodb-mongosh
|
|
438
|
+
|
|
439
|
+
# For Amazon Linux 2
|
|
440
|
+
sudo tee /etc/yum.repos.d/mongodb-org-7.0.repo > /dev/null <<'EOF'
|
|
441
|
+
[mongodb-org-7.0]
|
|
442
|
+
name=MongoDB Repository
|
|
443
|
+
baseurl=https://repo.mongodb.org/yum/amazon/2/mongodb-org/7.0/x86_64/
|
|
444
|
+
gpgcheck=1
|
|
445
|
+
enabled=1
|
|
446
|
+
gpgkey=https://www.mongodb.org/static/pgp/server-7.0.asc
|
|
447
|
+
EOF
|
|
448
|
+
sudo yum install -y mongodb-mongosh
|
|
449
|
+
```
|
|
450
|
+
|
|
451
|
+
#### Verification
|
|
452
|
+
|
|
453
|
+
Confirm the installation succeeded:
|
|
454
|
+
|
|
455
|
+
```bash
|
|
456
|
+
ls -la /opt/studio3t/Studio-3T
|
|
457
|
+
```
|
|
458
|
+
|
|
459
|
+
Expected output shows the Studio 3T executable file.
|
|
460
|
+
|
|
461
|
+
For X11-forwarded sessions, launch Studio 3T:
|
|
462
|
+
|
|
463
|
+
```bash
|
|
464
|
+
/opt/studio3t/Studio-3T &
|
|
465
|
+
```
|
|
466
|
+
|
|
467
|
+
For mongosh, verify:
|
|
468
|
+
|
|
469
|
+
```bash
|
|
470
|
+
mongosh --version
|
|
471
|
+
```
|
|
472
|
+
|
|
473
|
+
#### Troubleshooting
|
|
474
|
+
|
|
475
|
+
**Problem**: "cannot open display" error
|
|
476
|
+
|
|
477
|
+
**Solution**: Studio 3T requires a graphical display. Connect via SSH with X11 forwarding:
|
|
478
|
+
|
|
479
|
+
```bash
|
|
480
|
+
ssh -X user@your-ec2-instance
|
|
481
|
+
/opt/studio3t/Studio-3T
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
Or use a VNC/RDP connection to a desktop environment.
|
|
485
|
+
|
|
486
|
+
**Problem**: Missing library errors
|
|
487
|
+
|
|
488
|
+
**Solution**: Install additional dependencies:
|
|
489
|
+
|
|
490
|
+
```bash
|
|
491
|
+
# For Amazon Linux 2023
|
|
492
|
+
sudo dnf install -y libXcomposite libXdamage libXrandr mesa-libgbm alsa-lib
|
|
493
|
+
|
|
494
|
+
# For Amazon Linux 2
|
|
495
|
+
sudo yum install -y libXcomposite libXdamage libXrandr mesa-libgbm alsa-lib
|
|
496
|
+
```
|
|
497
|
+
|
|
498
|
+
**Problem**: Installer fails on Graviton (ARM) instances
|
|
499
|
+
|
|
500
|
+
**Solution**: Studio 3T does not support ARM architecture. Use x86-64 instance types only, or use mongosh for command-line access.
|
|
501
|
+
|
|
502
|
+
---
|
|
503
|
+
|
|
504
|
+
### Windows (Chocolatey)
|
|
505
|
+
|
|
506
|
+
#### Prerequisites
|
|
507
|
+
|
|
508
|
+
- Windows 10 version 21H2 or higher (64-bit), or Windows 11
|
|
509
|
+
- At least 4 GB RAM
|
|
510
|
+
- Administrator PowerShell or Command Prompt
|
|
511
|
+
- Chocolatey package manager installed
|
|
512
|
+
|
|
513
|
+
If Chocolatey is not installed, install it first by running this command in an Administrator PowerShell:
|
|
514
|
+
|
|
515
|
+
```powershell
|
|
516
|
+
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
|
517
|
+
```
|
|
518
|
+
|
|
519
|
+
#### Installation Steps
|
|
520
|
+
|
|
521
|
+
Run the following command in an Administrator PowerShell or Command Prompt:
|
|
522
|
+
|
|
523
|
+
```powershell
|
|
524
|
+
choco install studio3t -y
|
|
525
|
+
```
|
|
526
|
+
|
|
527
|
+
The `-y` flag automatically confirms all prompts, enabling fully non-interactive installation. Chocolatey downloads the Studio 3T ZIP archive, extracts it, and configures the application.
|
|
528
|
+
|
|
529
|
+
After installation, launch Studio 3T from the Start Menu or via command line:
|
|
530
|
+
|
|
531
|
+
```powershell
|
|
532
|
+
studio3t
|
|
533
|
+
```
|
|
534
|
+
|
|
535
|
+
**Note**: On first launch, Studio 3T will prompt you to accept the license agreement and optionally sign in or start a trial.
|
|
536
|
+
|
|
537
|
+
#### Verification
|
|
538
|
+
|
|
539
|
+
Open a new PowerShell or Command Prompt window, then verify Studio 3T is installed:
|
|
540
|
+
|
|
541
|
+
```powershell
|
|
542
|
+
choco list studio3t
|
|
543
|
+
```
|
|
544
|
+
|
|
545
|
+
Expected output shows Studio 3T with version information:
|
|
546
|
+
|
|
547
|
+
```
|
|
548
|
+
studio3t 2025.23.0
|
|
549
|
+
1 packages installed.
|
|
550
|
+
```
|
|
551
|
+
|
|
552
|
+
Launch Studio 3T to verify it opens correctly:
|
|
553
|
+
|
|
554
|
+
```powershell
|
|
555
|
+
studio3t
|
|
556
|
+
```
|
|
557
|
+
|
|
558
|
+
The application should launch and display the main Studio 3T interface.
|
|
559
|
+
|
|
560
|
+
#### Troubleshooting
|
|
561
|
+
|
|
562
|
+
**Problem**: `choco: command not found` or `'choco' is not recognized`
|
|
563
|
+
|
|
564
|
+
**Solution**: Chocolatey is not installed or not in PATH. Install Chocolatey first (see Prerequisites), then open a new terminal window.
|
|
565
|
+
|
|
566
|
+
**Problem**: Installation fails with permission errors
|
|
567
|
+
|
|
568
|
+
**Solution**: Run PowerShell as Administrator. Right-click PowerShell in the Start Menu and select "Run as administrator".
|
|
569
|
+
|
|
570
|
+
**Problem**: Studio 3T fails to launch after installation
|
|
571
|
+
|
|
572
|
+
**Solution**: Restart your computer to ensure all components are properly registered, then try launching again.
|
|
573
|
+
|
|
574
|
+
**Problem**: Windows Defender or antivirus blocks installation
|
|
575
|
+
|
|
576
|
+
**Solution**: The Chocolatey package downloads from official Studio 3T servers. If blocked, temporarily allow the download or add an exception for `download.studio3t.com`.
|
|
577
|
+
|
|
578
|
+
**Problem**: Need to install a specific version
|
|
579
|
+
|
|
580
|
+
**Solution**: Specify the version number:
|
|
581
|
+
|
|
582
|
+
```powershell
|
|
583
|
+
choco install studio3t --version=2025.23.0 -y
|
|
584
|
+
```
|
|
585
|
+
|
|
586
|
+
---
|
|
587
|
+
|
|
588
|
+
### WSL (Ubuntu)
|
|
589
|
+
|
|
590
|
+
#### Prerequisites
|
|
591
|
+
|
|
592
|
+
- Windows 10 version 2004 or higher, or Windows 11
|
|
593
|
+
- WSL 2 enabled with Ubuntu distribution installed
|
|
594
|
+
- WSLg enabled (Windows 11 or Windows 10 build 21364+) for GUI application support
|
|
595
|
+
- sudo privileges within WSL
|
|
596
|
+
|
|
597
|
+
**Note**: Running GUI applications in WSL requires WSLg (Windows Subsystem for Linux GUI). Without WSLg, you cannot run Studio 3T's graphical interface directly in WSL.
|
|
598
|
+
|
|
599
|
+
To check if WSLg is available:
|
|
600
|
+
|
|
601
|
+
```bash
|
|
602
|
+
echo $DISPLAY
|
|
603
|
+
```
|
|
604
|
+
|
|
605
|
+
If this returns a value (e.g., `:0` or similar), WSLg is configured.
|
|
606
|
+
|
|
607
|
+
#### Installation Steps
|
|
608
|
+
|
|
609
|
+
**Option A: Install Linux Version in WSL (Requires WSLg)**
|
|
610
|
+
|
|
611
|
+
Follow the same steps as Ubuntu/Debian installation:
|
|
612
|
+
|
|
613
|
+
```bash
|
|
614
|
+
# Download Studio 3T
|
|
615
|
+
wget -q "https://download.studio3t.com/studio-3t/linux/2025.23.0/studio-3t-linux-x64.tar.gz" -O /tmp/studio-3t-linux-x64.tar.gz
|
|
616
|
+
|
|
617
|
+
# Extract the archive
|
|
618
|
+
tar -xzf /tmp/studio-3t-linux-x64.tar.gz -C /tmp/
|
|
619
|
+
|
|
620
|
+
# Run the installer (non-interactive)
|
|
621
|
+
sudo /tmp/studio-3t-linux-x64.sh -q
|
|
622
|
+
|
|
623
|
+
# Clean up
|
|
624
|
+
rm -f /tmp/studio-3t-linux-x64.tar.gz /tmp/studio-3t-linux-x64.sh
|
|
625
|
+
```
|
|
626
|
+
|
|
627
|
+
Launch Studio 3T:
|
|
628
|
+
|
|
629
|
+
```bash
|
|
630
|
+
/opt/studio3t/Studio-3T &
|
|
631
|
+
```
|
|
632
|
+
|
|
633
|
+
The Studio 3T window should appear as a Windows application window (rendered through WSLg).
|
|
634
|
+
|
|
635
|
+
**Option B: Use Windows Studio 3T (Recommended without WSLg)**
|
|
636
|
+
|
|
637
|
+
If WSLg is not available, install Studio 3T on Windows using Chocolatey (see Windows section) and launch it from Windows. You can still connect to MongoDB instances running in WSL from the Windows application.
|
|
638
|
+
|
|
639
|
+
#### Verification
|
|
640
|
+
|
|
641
|
+
Confirm the installation succeeded:
|
|
642
|
+
|
|
643
|
+
```bash
|
|
644
|
+
ls -la /opt/studio3t/Studio-3T
|
|
645
|
+
```
|
|
646
|
+
|
|
647
|
+
Expected output shows the Studio 3T executable file.
|
|
648
|
+
|
|
649
|
+
Test the GUI launches (requires WSLg):
|
|
650
|
+
|
|
651
|
+
```bash
|
|
652
|
+
/opt/studio3t/Studio-3T &
|
|
653
|
+
```
|
|
654
|
+
|
|
655
|
+
A Studio 3T window should appear within a few seconds.
|
|
656
|
+
|
|
657
|
+
#### Troubleshooting
|
|
658
|
+
|
|
659
|
+
**Problem**: "cannot open display" error
|
|
660
|
+
|
|
661
|
+
**Solution**: WSLg is not configured or not working. Either:
|
|
662
|
+
1. Update Windows to a version that supports WSLg (Windows 11 or Windows 10 21H2+)
|
|
663
|
+
2. Use the Windows native Studio 3T installation
|
|
664
|
+
3. Restart WSL: `wsl --shutdown` from PowerShell, then reopen your WSL terminal
|
|
665
|
+
|
|
666
|
+
**Problem**: Studio 3T starts but shows rendering errors or blank screen
|
|
667
|
+
|
|
668
|
+
**Solution**: Disable GPU acceleration by setting an environment variable:
|
|
669
|
+
|
|
670
|
+
```bash
|
|
671
|
+
LIBGL_ALWAYS_SOFTWARE=1 /opt/studio3t/Studio-3T &
|
|
672
|
+
```
|
|
673
|
+
|
|
674
|
+
**Problem**: Application crashes immediately
|
|
675
|
+
|
|
676
|
+
**Solution**: Install missing dependencies:
|
|
677
|
+
|
|
678
|
+
```bash
|
|
679
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get update -y
|
|
680
|
+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 libatspi2.0-0 libsecret-1-0 libasound2
|
|
681
|
+
```
|
|
682
|
+
|
|
683
|
+
**Problem**: Connecting to MongoDB running in WSL from Windows Studio 3T
|
|
684
|
+
|
|
685
|
+
**Solution**: Use `localhost` as the host. WSL 2 and Windows share the localhost network by default on modern Windows versions.
|
|
686
|
+
|
|
687
|
+
---
|
|
688
|
+
|
|
689
|
+
### Git Bash (Windows Installation)
|
|
690
|
+
|
|
691
|
+
#### Prerequisites
|
|
692
|
+
|
|
693
|
+
- Windows 10 or Windows 11 (64-bit)
|
|
694
|
+
- Git Bash installed (comes with Git for Windows)
|
|
695
|
+
- Studio 3T installed on Windows via Chocolatey or direct download
|
|
696
|
+
|
|
697
|
+
**Note**: Git Bash on Windows does not require a separate Studio 3T installation. Git Bash inherits the Windows PATH, so once Studio 3T is installed on Windows, the application is accessible. However, Studio 3T is a GUI application and cannot run inside the Git Bash terminal itself.
|
|
698
|
+
|
|
699
|
+
#### Installation Steps
|
|
700
|
+
|
|
701
|
+
Install Studio 3T on Windows using Chocolatey. Run this from an Administrator PowerShell or Command Prompt (not Git Bash, as Chocolatey requires elevated privileges):
|
|
702
|
+
|
|
703
|
+
```powershell
|
|
704
|
+
choco install studio3t -y
|
|
705
|
+
```
|
|
706
|
+
|
|
707
|
+
After installation, you can launch Studio 3T from Git Bash using the Windows `start` command:
|
|
708
|
+
|
|
709
|
+
```bash
|
|
710
|
+
start studio3t
|
|
711
|
+
```
|
|
712
|
+
|
|
713
|
+
Or launch it directly via its executable path:
|
|
714
|
+
|
|
715
|
+
```bash
|
|
716
|
+
"/c/Users/$USERNAME/AppData/Local/Programs/Studio 3T/Studio 3T.exe" &
|
|
717
|
+
```
|
|
718
|
+
|
|
719
|
+
**Note**: The exact installation path may vary. Use `where studio3t` in Command Prompt to find the actual location.
|
|
720
|
+
|
|
721
|
+
#### Verification
|
|
722
|
+
|
|
723
|
+
From Git Bash, verify Studio 3T can be launched:
|
|
724
|
+
|
|
725
|
+
```bash
|
|
726
|
+
start studio3t
|
|
727
|
+
```
|
|
728
|
+
|
|
729
|
+
The Studio 3T application should launch as a Windows application.
|
|
730
|
+
|
|
731
|
+
To verify the installation via Chocolatey (run in PowerShell, not Git Bash):
|
|
732
|
+
|
|
733
|
+
```powershell
|
|
734
|
+
choco list studio3t
|
|
735
|
+
```
|
|
736
|
+
|
|
737
|
+
#### Troubleshooting
|
|
738
|
+
|
|
739
|
+
**Problem**: `studio3t: command not found` in Git Bash
|
|
740
|
+
|
|
741
|
+
**Solution**: The Studio 3T executable may not be in PATH. Launch using the `start` command or the full path:
|
|
742
|
+
|
|
743
|
+
```bash
|
|
744
|
+
start studio3t
|
|
745
|
+
```
|
|
746
|
+
|
|
747
|
+
Or find and use the full path:
|
|
748
|
+
|
|
749
|
+
```bash
|
|
750
|
+
# Find where studio3t is installed (run in PowerShell first)
|
|
751
|
+
# where studio3t
|
|
752
|
+
|
|
753
|
+
# Then use that path in Git Bash, converting to Unix-style path
|
|
754
|
+
"/c/Users/YourUsername/AppData/Local/Programs/Studio 3T/Studio 3T.exe" &
|
|
755
|
+
```
|
|
756
|
+
|
|
757
|
+
**Problem**: Cannot install Chocolatey packages from Git Bash
|
|
758
|
+
|
|
759
|
+
**Solution**: Chocolatey requires elevated privileges and PowerShell. Open an Administrator PowerShell window to install packages:
|
|
760
|
+
|
|
761
|
+
```powershell
|
|
762
|
+
choco install studio3t -y
|
|
763
|
+
```
|
|
764
|
+
|
|
765
|
+
**Problem**: Paths with spaces cause errors
|
|
766
|
+
|
|
767
|
+
**Solution**: Always quote paths that contain spaces:
|
|
768
|
+
|
|
769
|
+
```bash
|
|
770
|
+
"/c/Program Files/Studio 3T/Studio 3T.exe" &
|
|
771
|
+
```
|
|
772
|
+
|
|
773
|
+
---
|
|
774
|
+
|
|
775
|
+
## Post-Installation Configuration
|
|
776
|
+
|
|
777
|
+
After installing Studio 3T on any platform, consider these optional configurations.
|
|
778
|
+
|
|
779
|
+
### Activating Studio 3T
|
|
780
|
+
|
|
781
|
+
On first launch, Studio 3T offers several options:
|
|
782
|
+
|
|
783
|
+
1. **Start Free Trial**: 14-day trial of all Professional features
|
|
784
|
+
2. **Activate License**: Enter a purchased license key
|
|
785
|
+
3. **Use Studio 3T Free**: Continue with the free edition for non-commercial use
|
|
786
|
+
|
|
787
|
+
For the free edition, click "Use Studio 3T Free" to skip activation.
|
|
788
|
+
|
|
789
|
+
### Connecting to MongoDB
|
|
790
|
+
|
|
791
|
+
To connect to a MongoDB database:
|
|
792
|
+
|
|
793
|
+
1. Click "Connect" in the toolbar
|
|
794
|
+
2. Click "New Connection"
|
|
795
|
+
3. Enter your MongoDB connection details:
|
|
796
|
+
- **Server**: hostname or IP address
|
|
797
|
+
- **Port**: default is 27017
|
|
798
|
+
- **Authentication**: credentials if required
|
|
799
|
+
4. Click "Test Connection" to verify
|
|
800
|
+
5. Click "Save" then "Connect"
|
|
801
|
+
|
|
802
|
+
### Importing Connections from Other Tools
|
|
803
|
+
|
|
804
|
+
Studio 3T can import connections from:
|
|
805
|
+
- Robo 3T / Robomongo
|
|
806
|
+
- MongoDB Compass
|
|
807
|
+
- NoSQLBooster
|
|
808
|
+
- Connection URI strings
|
|
809
|
+
|
|
810
|
+
Go to **File > Import Connections** to access import options.
|
|
811
|
+
|
|
812
|
+
### Configuring Proxy Settings
|
|
813
|
+
|
|
814
|
+
For corporate networks requiring a proxy:
|
|
815
|
+
|
|
816
|
+
1. Open Studio 3T
|
|
817
|
+
2. Go to **Edit > Preferences** (Windows/Linux) or **Studio 3T > Preferences** (macOS)
|
|
818
|
+
3. Select **Network** in the left panel
|
|
819
|
+
4. Configure your proxy server details
|
|
820
|
+
5. Click "OK" to save
|
|
821
|
+
|
|
822
|
+
### Configuring Keyboard Shortcuts
|
|
823
|
+
|
|
824
|
+
Customize keyboard shortcuts:
|
|
825
|
+
|
|
826
|
+
1. Go to **Edit > Preferences** (Windows/Linux) or **Studio 3T > Preferences** (macOS)
|
|
827
|
+
2. Select **Keyboard Shortcuts**
|
|
828
|
+
3. Modify shortcuts as needed
|
|
829
|
+
4. Click "OK" to save
|
|
830
|
+
|
|
831
|
+
---
|
|
832
|
+
|
|
833
|
+
## Common Issues
|
|
834
|
+
|
|
835
|
+
### Issue: "Unable to connect to MongoDB"
|
|
836
|
+
|
|
837
|
+
**Symptoms**: Connection test fails with timeout or connection refused errors
|
|
838
|
+
|
|
839
|
+
**Solutions**:
|
|
840
|
+
|
|
841
|
+
- Verify MongoDB is running on the target server
|
|
842
|
+
- Check the hostname and port are correct
|
|
843
|
+
- Ensure firewall rules allow connections on the MongoDB port (default 27017)
|
|
844
|
+
- For remote connections, verify MongoDB is configured to accept remote connections (`bindIp` setting)
|
|
845
|
+
- Check authentication credentials if authentication is enabled
|
|
846
|
+
|
|
847
|
+
### Issue: License Activation Fails
|
|
848
|
+
|
|
849
|
+
**Symptoms**: "Unable to activate license" or "License server unreachable"
|
|
850
|
+
|
|
851
|
+
**Solutions**:
|
|
852
|
+
|
|
853
|
+
- Ensure internet connectivity
|
|
854
|
+
- Check if your firewall blocks `https://license.studio3t.com`
|
|
855
|
+
- For offline activation, contact Studio 3T support for an offline license file
|
|
856
|
+
- Verify your license key is entered correctly (no extra spaces)
|
|
857
|
+
|
|
858
|
+
### Issue: High Memory Usage
|
|
859
|
+
|
|
860
|
+
**Symptoms**: Studio 3T consumes excessive RAM, system becomes slow
|
|
861
|
+
|
|
862
|
+
**Solutions**:
|
|
863
|
+
|
|
864
|
+
- Close unused connection tabs and query results
|
|
865
|
+
- Limit the number of documents loaded in the result view
|
|
866
|
+
- Go to **Preferences > Performance** and reduce cache sizes
|
|
867
|
+
- Restart Studio 3T periodically during long sessions
|
|
868
|
+
|
|
869
|
+
### Issue: Slow Query Performance
|
|
870
|
+
|
|
871
|
+
**Symptoms**: Queries take very long to execute or display results
|
|
872
|
+
|
|
873
|
+
**Solutions**:
|
|
874
|
+
|
|
875
|
+
- Use query limits: add `.limit(100)` to avoid loading large result sets
|
|
876
|
+
- Ensure your MongoDB collections have appropriate indexes
|
|
877
|
+
- Check network latency to the MongoDB server
|
|
878
|
+
- For large result sets, use the "Table View" which handles large data better
|
|
879
|
+
|
|
880
|
+
### Issue: Java-Related Errors
|
|
881
|
+
|
|
882
|
+
**Symptoms**: Application fails to start with Java errors
|
|
883
|
+
|
|
884
|
+
**Solutions**:
|
|
885
|
+
|
|
886
|
+
Studio 3T bundles its own Java runtime, but conflicts can occur:
|
|
887
|
+
|
|
888
|
+
- Remove or rename any `JAVA_HOME` environment variable temporarily
|
|
889
|
+
- On macOS, check for conflicting Java installations in `/Library/Java/JavaVirtualMachines/`
|
|
890
|
+
- Reinstall Studio 3T to restore the bundled Java runtime
|
|
891
|
+
|
|
892
|
+
### Issue: SSL/TLS Connection Errors
|
|
893
|
+
|
|
894
|
+
**Symptoms**: "SSL handshake failed" or certificate errors
|
|
895
|
+
|
|
896
|
+
**Solutions**:
|
|
897
|
+
|
|
898
|
+
- In connection settings, go to the SSL tab
|
|
899
|
+
- For self-signed certificates, enable "Allow invalid hostnames" and add your CA certificate
|
|
900
|
+
- For MongoDB Atlas, ensure you're using the correct connection string with `ssl=true`
|
|
901
|
+
- Check that your system's date/time is correct (certificate validation fails with incorrect time)
|
|
902
|
+
|
|
903
|
+
---
|
|
904
|
+
|
|
905
|
+
## References
|
|
906
|
+
|
|
907
|
+
- [Studio 3T Official Website](https://studio3t.com/)
|
|
908
|
+
- [Studio 3T Download Page](https://studio3t.com/download/)
|
|
909
|
+
- [Studio 3T Installation Guide](https://studio3t.com/knowledge-base/articles/installation/)
|
|
910
|
+
- [Studio 3T macOS Installation](https://studio3t.com/knowledge-base/articles/how-to-install-studio-3t-on-macos/)
|
|
911
|
+
- [Studio 3T Windows Installation](https://studio3t.com/knowledge-base/articles/how-to-install-studio-3t-on-windows/)
|
|
912
|
+
- [Studio 3T Linux Installation](https://studio3t.com/knowledge-base/articles/how-to-install-studio-3t-on-linux/)
|
|
913
|
+
- [Studio 3T Homebrew Cask](https://formulae.brew.sh/cask/studio-3t)
|
|
914
|
+
- [Studio 3T Chocolatey Package](https://community.chocolatey.org/packages/studio3t)
|
|
915
|
+
- [Studio 3T Knowledge Base](https://studio3t.com/knowledge-base/)
|
|
916
|
+
- [Studio 3T Changelog](https://files.studio3t.com/changelog/changelog.txt)
|
|
917
|
+
- [Studio 3T Community Forum](https://community.studio3t.com/)
|
|
918
|
+
- [MongoDB Shell (mongosh) Documentation](https://www.mongodb.com/docs/mongodb-shell/)
|