Package Details: positron-ide-devel-bin 2026.01.0.147-1

Git Clone URL: https://aur.archlinux.org/positron-ide-devel-bin.git (read-only, click to copy)
Package Base: positron-ide-devel-bin
Description: A next-generation data science IDE. Positron is an extensible, polyglot tool for writing code and exploring data in Python, R, and other languages.
Upstream URL: https://github.com/posit-dev/positron
Keywords: ide
Licenses: Elastic-2.0
Conflicts: positron-bin
Provides: positron
Submitter: ponte-vecchio
Maintainer: ponte-vecchio
Last Packager: ponte-vecchio
Votes: 8
Popularity: 0.21
First Submitted: 2024-06-30 04:24 (UTC)
Last Updated: 2026-01-09 00:18 (UTC)

Latest Comments

1 2 3 Next › Last »

rcgrosado commented on 2026-01-15 10:48 (UTC)

That worked @danielvartan, thanks!

danielvartan commented on 2026-01-14 20:28 (UTC)

@rcgrosado, Positron do not rely anymore on the Copilot Language Server binary. I had to logout and login with my GitHub account to make it work again.

rcgrosado commented on 2026-01-14 20:24 (UTC)

The latest version is giving me errors, even after downloading the latest Copilot Language Server. This one I hadn't had before:

2026-01-14 21:22:28.129 [info] Using the Electron fetcher. 2026-01-14 21:22:28.186 [error] [CopilotCLISession] Failed to load @github/copilot/sdk: TypeError [ERR_INVALID_ARG_VALUE]: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received undefined 2026-01-14 21:22:28.187 [error] Failed to get all sessions: TypeError [ERR_INVALID_ARG_VALUE]: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received undefined 2026-01-14 21:22:28.509 [info] FetcherService: electron-fetch failed with status: 404 2026-01-14 21:22:28.537 [info] FetcherService: electron-fetch failed with status: 404 2026-01-14 21:22:28.820 [info] FetcherService: node-fetch failed with status: 404 2026-01-14 21:22:28.845 [info] FetcherService: node-fetch failed with status: 404 2026-01-14 21:22:29.176 [info] FetcherService: node-http failed with status: 404 Not Found 2026-01-14 21:22:29.176 [info] FetcherService: node-http failed with status: 404 Not Found 2026-01-14 21:22:29.176 [warning] Invalid copilot token: missing token: 404 2026-01-14 21:22:29.178 [error] Error: Failed to get copilot token

danielvartan commented on 2025-12-10 01:33 (UTC)

The Copilot Language Server bundled with Positron is failing again.

I had to update it to the latest version in Positron 2025.12.0.167-1 to get Copilot working again.

If you are having this issue, try the steps in this comment: https://github.com/posit-dev/positron/issues/476#issuecomment-3239580585

mjandrews commented on 2025-10-23 13:35 (UTC) (edited on 2025-10-23 13:36 (UTC) by mjandrews)

I experienced problems with the copilot-language-server extension file when installing 2025.10.1.4-1, which is based on Positron-2025.10.1-4-x64.deb.

Initially, I could not authenticate myself with GitHub Copilot using the Positron Assistant. I raised an question on the Positron discussion forum here: https://github.com/posit-dev/positron/discussions/10027. That discussion led me to look at the copilot-language-server extension file, which was getting corrupted during the installation, though I am not sure why or how or whether I was doing something wrong.

In any case, I made a new PKGBUILD, which is available here for anyone interested: https://github.com/mark-andrews/positron-ide-archlinux-installer.

This seems to working for me now. It installed Positron without issues and I can use GitHub Copilot now and nothing else seems to be malfunctioning.

ponte-vecchio commented on 2025-10-03 00:46 (UTC)

For those of you wondering about the lack of update, since 2025.09.0-139 is still bugged I have been waiting for the next release version to come out.

ponte-vecchio commented on 2025-10-03 00:45 (UTC)

@produnis - This has always been the same release-based dev (and deb) binary pacakge! The dailies came later, which I do not plan on packaging.

produnis commented on 2025-10-02 17:19 (UTC)

so, is this still die "dev" version or a "stable" one?

mjandrews commented on 2025-09-11 20:16 (UTC) (edited on 2025-09-11 20:17 (UTC) by mjandrews)

In case it is of value of others, here's a patch that I used to bring this package up to date with the 2025.09.0-139 debs from Posit. Save the code below to a file named e.g. update.patch, clone https://aur.archlinux.org/positron-ide-devel-bin.git, do git apply update.patch, then makepkg -s and then sudo pacman -U the zst file. It works fine for me.

diff --git a/.SRCINFO b/.SRCINFO
index 904da2c..33f49cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = positron-ide-devel-bin
    pkgdesc = A next-generation data science IDE. Positron is an extensible, polyglot tool for writing code and exploring data in Python, R, and other languages.
-   pkgver = 2025.08.0.130
+   pkgver = 2025.09.0.139
    pkgrel = 1
    url = https://github.com/posit-dev/positron
    arch = x86_64
@@ -87,9 +87,9 @@ pkgbase = positron-ide-devel-bin
    provides = positron
    conflicts = positron-bin
    options = !debug
-   source_x86_64 = https://cdn.posit.co/positron/dailies/deb/x86_64/Positron-2025.08.0-130-x64.deb
-   sha256sums_x86_64 = be310e430dfe02800703ecd1df0e7a87590ab8d32c03e58b2bac4a115bcca925
-   source_aarch64 = https://cdn.posit.co/positron/dailies/deb/arm64/Positron-2025.08.0-130-arm64.deb
-   sha256sums_aarch64 = ccdb7ee3404b1d1e3c83466163c283a4f55dcdc3825bb22c977240e279418ac7
+   source_x86_64 = https://cdn.posit.co/positron/releases/deb/x86_64/Positron-2025.09.0-139-x64.deb
+   sha256sums_x86_64 = 5e5463fb51a6a3b1d4ce5b9e86627856370859ba969769dc07475fc82ea2cfc2
+   source_aarch64 = https://cdn.posit.co/positron/releases/deb/arm64/Positron-2025.09.0-139-arm64.deb
+   sha256sums_aarch64 = 21b30b9c8fd20c32ca20bd6c4d68decf5f3ab5b637499b6e3667cd7bd6fa3d7c

 pkgname = positron-ide-devel-bin
diff --git a/PKGBUILD b/PKGBUILD
index 28d3849..92cb146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@

 pkgname=positron-ide-devel-bin
 _pkgname=positron-ide
-pkgver=2025.08.0.130
-pkgver_url=2025.08.0-130
+    pkgver=2025.09.0.139
+    pkgver_url=2025.09.0-139
 pkgrel=1
 pkgdesc="A next-generation data science IDE. Positron is an extensible, polyglot tool for writing code and exploring data in Python, R, and other languages."
 arch=('x86_64' 'aarch64')
 options=('!debug')
 url="https://github.com/posit-dev/positron"
-posit_url="https://cdn.posit.co/positron/dailies/deb"
+posit_url="https://cdn.posit.co/positron/releases/deb"
 licence=('Elastic-2.0')
 license=('Elastic-2.0')
 depends=(
@@ -111,8 +111,8 @@ provides=("positron")
 conflicts=("positron-bin")
 source_aarch64=("${posit_url}/arm64/Positron-${pkgver_url}-arm64.deb")
 source_x86_64=("${posit_url}/x86_64/Positron-${pkgver_url}-x64.deb")
-sha256sums_aarch64=('ccdb7ee3404b1d1e3c83466163c283a4f55dcdc3825bb22c977240e279418ac7')
-sha256sums_x86_64=('be310e430dfe02800703ecd1df0e7a87590ab8d32c03e58b2bac4a115bcca925')
+    sha256sums_aarch64=('21b30b9c8fd20c32ca20bd6c4d68decf5f3ab5b637499b6e3667cd7bd6fa3d7c')
+    sha256sums_x86_64=('5e5463fb51a6a3b1d4ce5b9e86627856370859ba969769dc07475fc82ea2cfc2')

 package(){
     shopt -s extglob

danielvartan commented on 2025-08-30 22:28 (UTC)

Regarding the GitHub Copilot issue: it originates from the version of the Copilot Language Server bundled with Positron. See this issue for a fix.